[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 9 / c / BPForms / 2.0.1 / BPForms.podspec.json
blob13082ea694e943fe1d8cdb3e1d478a9102729322
2   "name": "BPForms",
3   "version": "2.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Dynamic forms for iPhone/iPad - iOS 6, 7 and later.",
9   "homepage": "https://github.com/bpoplauschi/BPForms",
10   "authors": {
11     "Bogdan Poplauschi": "bpoplauschi@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/bpoplauschi/BPForms.git",
15     "tag": "2.0.1"
16   },
17   "description": "Inspired from BZGFormViewController, BPForms allows easily creating beautiful dynamic forms.",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "6.0"
21   },
22   "preserve_paths": "README*",
23   "default_subspecs": "FloatLabel",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "BPForms/**/*.{h,m}",
28       "public_header_files": "BPForms/**/*.h",
29       "dependencies": {
30         "Masonry": [
32         ]
33       }
34     },
35     {
36       "name": "FloatLabel",
37       "source_files": "BPFormsFloatLabel/*.{h,m}",
38       "public_header_files": "BPFormsFloatLabel/*.h",
39       "dependencies": {
40         "BPForms/Core": [
42         ],
43         "JVFloatLabeledTextField": [
45         ]
46       }
47     }
48   ]