Skip to content

Commit

Permalink
Version bump to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wongzigii committed Nov 8, 2017
1 parent 7f82310 commit b329aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Alamofire-SwiftyJSON.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Alamofire-SwiftyJSON"
s.version = "2.0.0-beta.1"
s.version = "3.0.0"
s.summary = "Alamofire extension for serialize NSData to SwiftyJSON "
s.homepage = "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON"
s.license = { :type => "MIT" }
Expand All @@ -11,6 +11,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => s.version }
s.source_files = "Source/*.swift"
s.dependency 'Alamofire', '~> 4.0'
s.dependency 'SwiftyJSON', '~> 3.0'
s.dependency 'Alamofire', '~> 4.5'
s.dependency 'SwiftyJSON', '~> 4.0.0'
end

0 comments on commit b329aa2

Please sign in to comment.