blob: 74d72b7afe716af9c0783e9566e8a62e66cf34c0 [file] [log] [blame]
{
"name": "BPForms",
"version": "1.1.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.1.0"
},
"description": "Inspired from BZGFormViewController, BPForms allows easily creating beautiful dynamic forms.",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"preserve_paths": "README*",
"default_subspecs": [
"FloatLabel"
],
"subspecs": [
{
"name": "Core",
"source_files": "BPForms/**/*.{h,m}",
"public_header_files": "BPForms/**/*.h",
"dependencies": {
"Masonry": [
]
}
},
{
"name": "FloatLabel",
"source_files": "BPFormsFloatLabel/*.{h,m}",
"public_header_files": "BPFormsFloatLabel/*.h",
"dependencies": {
"BPForms/Core": [
],
"JVFloatLabeledTextField": [
]
}
}
]
}