[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 5 / b / Formalist / 0.1.0 / Formalist.podspec.json
bloba7d3adc508afd3388a77d79a65513ee90509fc3c
2   "name": "Formalist",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/seedco/Formalist",
8   "authors": {
9     "Indragie Karunaratne": "i@indragie.com"
10   },
11   "summary": "Declarative form building framework for iOS",
12   "description": "Swift framework for building forms on iOS using a simple, declarative, and readable syntax",
13   "source": {
14     "git": "https://github.com/seedco/Formalist.git",
15     "tag": "0.1.0",
16     "submodules": true
17   },
18   "source_files": "Formalist/*.swift",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": "UIKit",
23   "dependencies": {
24     "SeedStackViewController": [
25       "~> 0.2.1"
26     ]
27   }