File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments