Skip to content

Commit

Permalink
Bumps to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed May 5, 2017
1 parent be5dc70 commit bdc4a49
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Alamofire/Alamofire" "4.4.0"
github "freshOS/Arrow" "3.0.5"
github "freshOS/then" "2.2.2"
github "freshOS/then" "2.2.3"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Alamofire/Alamofire" "4.4.0"
github "freshOS/Arrow" "3.0.5"
github "freshOS/then" "2.2.2"
github "freshOS/then" "2.2.3"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/then
Submodule then updated from 24e07d to 418bc5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,4 @@ use_frameworks!

## Swift Version
Swift 2 -> version **1.3.0** ios8+
Swift 3 -> version **2.0.2** ios8+
Swift 3 -> version **2.0.3** ios8+
Binary file modified ws.framework.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions ws.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ws"
s.version = "2.0.2"
s.version = "2.0.3"
s.summary = "Elegant JSON WebService for Swift ☁️"
s.homepage = "https://github.com/freshOS/ws"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source_files = "ws/*.{h,m,swift}"
s.frameworks = "Foundation"
s.dependency 'Arrow', '~> 3.0.5'
s.dependency 'thenPromise', '~> 2.2.2'
s.dependency 'thenPromise', '~> 2.2.3'
s.dependency 'Alamofire', '~> 4.4.0'
s.description = "Elegant JSON WebService for Swift - Stop writing boilerplate JSON webservice code and focus on your awesome App instead"
end

0 comments on commit bdc4a49

Please sign in to comment.