Latest | 0.0.1 |
---|---|
Homepage | https://github.com/andy-sheng/ASKeyboard |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | Masonry |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ASKeyboard is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "ASKeyboard"
Author
andysheng, [email protected]
License
ASKeyboard is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ASKeyboard", "version": "0.0.1", "summary": "ASKeyboard is a customized keyboard for iOS applications.", "homepage": "https://github.com/andy-sheng/ASKeyboard", "license": "MIT", "authors": { "andysheng": "[email protected]" }, "source": { "git": "https://github.com/andy-sheng/ASKeyboard.git", "tag": "0.0.1" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "ASKeyboard": [ "Pod/Assets/*.png" ] }, "dependencies": { "Masonry": [] } }
Mon, 29 Feb 2016 20:20:03 +0000