Skip to content

Commit 66fd168

Browse files
committed
Update README.md
1 parent a60aac1 commit 66fd168

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Try <https://testflight.icook.tw>.
2020
* Customizable icon and colors.
2121
* Supports storyboard.
2222

23-
![ICTokenField](https://raw.githubusercontent.com/polydice/ICInputAccessory/gh-pages/screenshots/ICTokenField.gif)
23+
![ICTokenField](https://polydice.github.io/ICInputAccessory/screenshots/ICTokenField.gif)
2424

2525
## Requirements
2626

@@ -40,13 +40,14 @@ iOS 8.0+ with Xcode 7.2 or above.
4040

4141
### Install via [CocoaPods](http://guides.cocoapods.org/)
4242

43-
* Create a `Podfile` with the following specification and run `pod install`.
43+
* **ICInputAccessory** supports subspecs. Create a `Podfile` with the following specification and run `pod install`.
4444

4545
```rb
4646
platform :ios, '8.0'
4747
use_frameworks!
4848

49-
pod 'ICInputAccessory'
49+
pod 'ICInputAccessory/TokenField'
50+
pod 'ICInputAccessory/KeyboardDismissTextField'
5051
```
5152

5253
### Install Manually

0 commit comments

Comments
 (0)