Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed Sep 3, 2015
1 parent 512f774 commit d9755c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions JASON.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "JASON"
s.version = "0.1"
s.version = "0.2"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/delba/JASON"
s.author = { "Damien Delba" => "[email protected]" }
s.summary = "Fast JSON parsing for Swift"
s.source = { :git => "https://github.com/delba/JASON.git", :tag => "v0.1" }
s.source = { :git => "https://github.com/delba/JASON.git", :tag => "v0.2" }

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ $ brew install carthage
To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "delba/JASON" >= 0.1
github "delba/JASON" >= 0.2
```

### CocoaPods
Expand All @@ -259,7 +259,7 @@ To integrate JASON into your Xcode project using CocoaPods, specify it in your `
```ruby
use_frameworks!

pod 'JASON', '~> 0.1'
pod 'JASON', '~> 0.2'
```

## License
Expand Down

0 comments on commit d9755c9

Please sign in to comment.