blob: b036085d80de6c55bc86d535c34a3cac8d5f88cd [file] [log] [blame]
{
"name": "BPForms",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Dynamic forms for iPhone/iPad - iOS 6, 7 and later.",
"homepage": "https://github.com/bpoplauschi/BPForms",
"authors": {
"Bogdan Poplauschi": "bpoplauschi@groupon.com"
},
"source": {
"git": "https://github.com/bpoplauschi/BPForms.git",
"tag": "1.0.0"
},
"description": "Inspired from BZGFormViewController, BPForms allows easily creating beautiful dynamic forms.",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"preserve_paths": "README*",
"public_header_files": "BPForms/**/*.h",
"source_files": "BPForms/**/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}