Skip to content

Commit 8cc2d83

Browse files
committed
Update readme and podspec and version
1 parent 07060e1 commit 8cc2d83

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

Alamofire-SwiftyJSON.podspec

Lines changed: 2 additions & 2 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 = "1.1.0"
3+
s.version = "2.0.0-beta.1"
44
s.summary = "Alamofire extension for serialize NSData to SwiftyJSON "
55
s.homepage = "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON"
66
s.license = { :type => "MIT" }
@@ -9,6 +9,6 @@ Pod::Spec.new do |s|
99
s.requires_arc = true
1010
s.osx.deployment_target = "10.9"
1111
s.ios.deployment_target = "8.0"
12-
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => "1.1.0"}
12+
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => s.version }
1313
s.source_files = "Source/*.swift"
1414
end

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ Easy way to use both [Alamofire](https://github.com/Alamofire/Alamofire) and [Sw
44

55
## Requirements
66

7-
- iOS 7.0+ / Mac OS X 10.9+
8-
- Xcode 6.1
7+
- iOS 8.0+ / Mac OS X 10.9+
8+
- Xcode 7.0
9+
10+
## Install
11+
12+
```
13+
source 'https://github.com/CocoaPods/Specs.git'
14+
platform :ios, '8.0'
15+
use_frameworks!
16+
17+
pod 'Alamofire', :git => 'https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git', :branch => 'swift-2.0'
18+
```
919

1020
## Usage
1121

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>2.0.0-beta.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)