Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Sep 17, 2015
1 parent 3b1be46 commit b0d49cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Auth0.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/auth0'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.requires_arc = true
s.dependency 'Alamofire', '~> 1.2'
s.dependency 'JWTDecode', '~> 0.3'
s.dependency 'Alamofire', '~> 2.0'
s.dependency 'JWTDecode', '~> 1.0'

s.source_files = 'Auth0/*.swift'
end
2 changes: 1 addition & 1 deletion Auth0/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Auth0Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Swift toolkit for Auth0 API

## Requirements

iOS 8+
iOS 8+ and Xcode 7 (Swift 2.0)

## Installation

Expand All @@ -20,7 +20,7 @@ Auth0.swift is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "Auth0", '~> 0.1'
pod "Auth0", '~> 0.2'
```

###Carthage
Expand All @@ -33,7 +33,7 @@ github "auth0/Auth0.swift"

###Manual installation

Download and add all `.swift` files to your project in Xcode.
Download `Auth0.framework` from [Releases](/releases) and add it to your project in Xcode.

##Auth0.swift

Expand Down

0 comments on commit b0d49cb

Please sign in to comment.