Skip to content

Commit

Permalink
Merge pull request #14 from jinSasaki/swift3
Browse files Browse the repository at this point in the history
Fix pod spec lint error
  • Loading branch information
jinSasaki committed Sep 29, 2016
2 parents 849001a + f6a9520 commit 60bce71
Show file tree
Hide file tree
Showing 16 changed files with 282 additions and 408 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
3 changes: 0 additions & 3 deletions AlertBar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'AlertBar' => ['Pod/Assets/*.png']
}
end
109 changes: 59 additions & 50 deletions Example/AlertBar.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
LastUpgradeVersion = "0800"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AlertBar (0.1.3)
- AlertBar (0.2.0)

DEPENDENCIES:
- AlertBar (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AlertBar: ea0d02bd415d71171872bc378ed3470efb2cefd3
AlertBar: 3e6a111420c95e278e23e6fbe6668469e54c0be3

PODFILE CHECKSUM: d0b6cb35dafa29919b756447265020670bcb91c2

COCOAPODS: 1.0.1
COCOAPODS: 1.1.0.rc.2
11 changes: 3 additions & 8 deletions Example/Pods/Local Podspecs/AlertBar.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

518 changes: 203 additions & 315 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/AlertBar/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 60bce71

Please sign in to comment.