blob: d57ab0d4f0a448f6c379aa4b81a137d1e1cca852 [file] [log] [blame]
{
"name": "InputKit",
"version": "1.0.0",
"summary": "InputKit is an Elegant Kit to limits your input text in Objective-C, inspired by BlocksKit.",
"homepage": "https://github.com/tingxins/InputKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tingxins": "tingxins@sina.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/tingxins/InputKit.git",
"tag": "v1.0.0"
},
"source_files": "InputKit/**/*.{h,m}",
"requires_arc": true
}