[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / c / 3 / SwiftyForms / 0.3.6 / SwiftyForms.podspec.json
blob8a9a8d3f09418d32cf5dbb4d6c1a2c390fb7fa4a
2   "name": "SwiftyForms",
3   "version": "0.3.6",
4   "summary": "Swifty way to create forms in iOS",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/gkaimakas/SwiftyForms",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gkaimakas": "gkaimakas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gkaimakas/SwiftyForms.git",
16     "tag": "0.3.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftyForms/Classes/**/*",
22   "dependencies": {
23     "SwiftValidators": [
24       "~>3.0.0"
25     ]
26   }