blob: 38d5ece26add69bda80fecabe7313c66e9c3694b [file] [log] [blame]
{
"name": "CBFormController",
"version": "0.2.0",
"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.2.0"
},
"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": {
"FontAwesome": [
"~> 4.3.0"
],
"UITextView+Placeholder": [
],
"MZFormSheetController": [
"~> 3.1"
]
}
}