blob: 377af18ec85dcebc871322548d933334d468ab44 [file] [log] [blame]
{
"name": "TKFormKit",
"version": "0.0.1",
"summary": "Easy way to create forms",
"homepage": "https://github.com/xslim/TKFormKit",
"license": "MIT",
"authors": {
"Taras Kalapun": "t.kalapun@gmail.com"
},
"source": {
"git": "https://github.com/xslim/TKFormKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"TKFormKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}