mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-07-08 13:55:25 +02:00
Update readme and podspec
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
|
|
||||||
s.name = "Armchair"
|
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.summary = "A simple yet powerful App Review Manager for iOS and OSX in Swift"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
A simple yet powerful App Review Manager for iOS and OSX in Swift.
|
A simple yet powerful App Review Manager for iOS and OSX in Swift.
|
||||||
|
|||||||
@@ -90,9 +90,10 @@ To integrate Armchair into your Xcode project using CocoaPods, specify it in you
|
|||||||
```ruby
|
```ruby
|
||||||
source 'https://github.com/CocoaPods/Specs.git'
|
source 'https://github.com/CocoaPods/Specs.git'
|
||||||
platform :ios, '8.0'
|
platform :ios, '8.0'
|
||||||
|
platform :osx, '10.10'
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
pod 'Armchair', '~> 0.1.0'
|
pod 'Armchair', '~> 0.1.1'
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, run the following command:
|
Then, run the following command:
|
||||||
|
|||||||
Reference in New Issue
Block a user