Skip to content

Commit

Permalink
add swift-version file
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyuexit committed Jan 19, 2018
1 parent 9b9d1d8 commit 89ab3cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
6 changes: 4 additions & 2 deletions LPAlbum.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "LPAlbum"
s.version = "0.0.8"
s.version = "0.0.9"
s.summary = "Can a decent enough photo album, photo album multi-select"

s.homepage = "https://github.com/loopeer/LPAlbum"
Expand All @@ -17,5 +17,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "9.0"
s.requires_arc = true


s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }

end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ platform :ios, '9.0'
use_frameworks!

target '<Your App Target>' do
pod 'LPAlbum'
pod 'LPAlbum', '~> 0.0.9'
end
```

Expand Down

0 comments on commit 89ab3cf

Please sign in to comment.