[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 2 / b / JFB / 0.1 / JFB.podspec.json
blobb1df26d03a575f391714ddd06174a02e42cfcb65
2   "name": "JFB",
3   "version": "0.1",
4   "summary": "Jera's new way to build form quickly and easily",
5   "description": "Jera Form Builder (JFB) bring a new way to build form using *Eureka* enginee",
6   "homepage": "https://github.com/vitormesquita/JFB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vitor Mesquita": "vitor.mesquita09@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vitormesquita/JFB.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "resource_bundles": {
23     "JFB": [
24       "Assets/*.png"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/**/*.swift",
31       "dependencies": {
32         "Eureka": [
33           "~> 4"
34         ],
35         "Material": [
36           "~> 2"
37         ],
38         "NSStringMask": [
39           "~> 1.2"
40         ]
41       }
42     }
43   ]