diff --git a/JASON.podspec b/JASON.podspec index 42098eb..8de0c3d 100644 --- a/JASON.podspec +++ b/JASON.podspec @@ -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" => "damien@delba.io" } 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" diff --git a/README.md b/README.md index 3be5883..ca7a0da 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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