blob: 21b7a618c5ddef43ab6b75f24f04f90167cf9dad [file] [log] [blame]
{
"name": "FormKit.m",
"version": "0.4.0",
"summary": "FormKit.m is a library that helps building form with table view.",
"homepage": "https://github.com/brunow/FormKit.m",
"license": "Apache License 2.0",
"authors": {
"Bruno Wernimont": "hello@brunowernimont.be"
},
"source": {
"git": "https://github.com/brunow/FormKit.m.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"FormKit/*.{h,m}",
"FormKit/Fields/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"BWLongTextViewController": [
"~> 1.0"
],
"ActionSheetPicker2": [
"~> 0.1"
],
"BWSelectViewController": [
]
}
}