Update readme and podspec

This commit is contained in:
Matt Coneybeare
2015-12-01 15:54:53 -05:00
parent 3504757c82
commit 1e13a7bf32
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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: