[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 9 / c / BPForms / 1.0.0 / BPForms.podspec.json
blobb036085d80de6c55bc86d535c34a3cac8d5f88cd
2   "name": "BPForms",
3   "version": "1.0.0",
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@groupon.com"
12   },
13   "source": {
14     "git": "https://github.com/bpoplauschi/BPForms.git",
15     "tag": "1.0.0"
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   "public_header_files": "BPForms/**/*.h",
24   "source_files": "BPForms/**/*.{h,m}",
25   "dependencies": {
26     "Masonry": [
28     ]
29   }