blob: dac4b2da6868b118e04e4a09b6587c69ada88d27 [file] [log] [blame]
{
"name": "CBFormController",
"version": "0.3.0",
"summary": "A customizable iOS Form Controller.",
"homepage": "https://github.com/cameronbell/CBFormController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cameron Bell": "cameron.bell@me.com"
},
"source": {
"git": "https://github.com/cameronbell/CBFormController.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CBFormController/Classes/**/*.{h,m}",
"resources": "CBFormController/Classes/**/*.{xib,ttf,otf}",
"frameworks": "CoreText",
"dependencies": {
"FontAwesome": [
"~> 4.3.0"
],
"UITextView+Placeholder": [
],
"MZFormSheetController": [
"~> 3.1"
],
"MLPAutoCompleteTextField": [
"1.5"
]
}
}