[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 8 / c / 3 / SwiftyForms / 0.2.1 / SwiftyForms.podspec.json
blob5673a2ff99e1ebe548c0eb927da31f842cd3c202
2   "name": "SwiftyForms",
3   "version": "0.2.1",
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.2.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SwiftyForms/Classes/**/*",
22   "dependencies": {
23     "SwiftValidators": [
24       "~>3.0.0"
25     ]
26   }