Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Update README & pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK committed Jan 2, 2016
1 parent 6e976dd commit 9be6426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'TransitionTreasury', '~> 1.0.0'
pod 'TransitionTreasury', '~> 1.0.1'
```

Then, run the following command:
Expand All @@ -72,7 +72,7 @@ $ brew install carthage
To integrate TransitionTreasury into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "DianQK/TransitionTreasury" >= 1.0.0
github "DianQK/TransitionTreasury" >= 1.0.1
```

Then, run the following command to build the TransitionTreasury framework:
Expand Down
2 changes: 1 addition & 1 deletion TransitionTreasury.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TransitionTreasury'
s.version = '1.0.0'
s.version = '1.0.1'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'Easier way to push your viewController.'
s.homepage = 'https://github.com/DianQK/TransitionTreasury'
Expand Down

0 comments on commit 9be6426

Please sign in to comment.