Skip to content

Commit

Permalink
Update readme and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
coneybeare committed Dec 1, 2015
1 parent 3504757 commit 1e13a7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Armchair.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Armchair"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "A simple yet powerful App Review Manager for iOS and OSX in Swift"
s.description = <<-DESC
A simple yet powerful App Review Manager for iOS and OSX in Swift.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ To integrate Armchair into your Xcode project using CocoaPods, specify it in you
```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
platform :osx, '10.10'
use_frameworks!

pod 'Armchair', '~> 0.1.0'
pod 'Armchair', '~> 0.1.1'
```

Then, run the following command:
Expand Down

0 comments on commit 1e13a7b

Please sign in to comment.