blob: 610fb5a3f80c6a024b7c98fbf8cdfa08c22aacb3 [file] [log] [blame]
{
"name": "BPForms",
"version": "2.0.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Dynamic forms for iPhone/iPad - iOS 6, 7, 8 and later.",
"homepage": "https://github.com/bpoplauschi/BPForms",
"authors": {
"Bogdan Poplauschi": "bpoplauschi@gmail.com"
},
"source": {
"git": "https://github.com/bpoplauschi/BPForms.git",
"tag": "2.0.3"
},
"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": [
]
}
}
]
}