You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Create a `Cartfile` with the following specification and run `carthage update`.
39
+
Create a `Cartfile` with the following specification and run `carthage update ICInputAccessory`. Follow the [instructions](https://github.com/Carthage/Carthage#if-youre-building-for-ios) to add the framework to an iOS project.
40
40
41
-
```
42
-
github "polydice/ICInputAccessory"
43
-
```
41
+
```
42
+
github "polydice/ICInputAccessory"
43
+
```
44
44
45
-
* Follow the [instruction](https://github.com/Carthage/Carthage#if-youre-building-for-ios) to add the framework to an iOS project.
45
+
### Use [CocoaPods](http://guides.cocoapods.org/)
46
46
47
-
### Install via [CocoaPods](http://guides.cocoapods.org/)
47
+
**ICInputAccessory** supports subspecs. Create a `Podfile` with the following specification and run `pod install`.
48
48
49
-
***ICInputAccessory** supports subspecs. Create a `Podfile` with the following specification and run `pod install`.
* Everything you need resides in the `Source` directory. Drag those files to a project.
63
+
* Everything you need resides in the `Source` directory. Add those files to your project.
64
+
* Alternatively, drag **ICInputAccessory.xcodeproj** to your app project as a subproject. Add **ICInputAccessory-iOS** to the **Target Dependencies** in the application target's **Build Phases** settings.
0 commit comments