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