Skip to content

Commit b329aa2

Browse files
committed
Version bump to 3.0.0
1 parent 7f82310 commit b329aa2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Alamofire-SwiftyJSON.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Alamofire-SwiftyJSON"
3-
s.version = "2.0.0-beta.1"
3+
s.version = "3.0.0"
44
s.summary = "Alamofire extension for serialize NSData to SwiftyJSON "
55
s.homepage = "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON"
66
s.license = { :type => "MIT" }
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = "9.0"
1212
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => s.version }
1313
s.source_files = "Source/*.swift"
14-
s.dependency 'Alamofire', '~> 4.0'
15-
s.dependency 'SwiftyJSON', '~> 3.0'
14+
s.dependency 'Alamofire', '~> 4.5'
15+
s.dependency 'SwiftyJSON', '~> 4.0.0'
1616
end

0 commit comments

Comments
 (0)