Skip to content

Commit

Permalink
Update pod
Browse files Browse the repository at this point in the history
  • Loading branch information
tosbaha committed Sep 16, 2017
1 parent ce35f65 commit f2cd5a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.0
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: objective-c
osx_image: xcode8.3
xcode_sdk: iphonesimulator10.0
osx_image: xcode9
notifications:
email: false
env:
Expand Down
4 changes: 2 additions & 2 deletions SMLib.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SMLib"
s.version = "1.0"
s.version = "1.0.1"
s.summary = "SuperMemo 2 Algorithm"
s.homepage = "https://github.com/tosbaha/SMLib"
s.license = { :type => "MIT" }
Expand All @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/tosbaha/SMLib.git", :tag => s.version }
s.source_files = "Source/*.swift"
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0',
'SWIFT_VERSION' => '4.0',
}
end

0 comments on commit f2cd5a1

Please sign in to comment.