[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / 4 / 5 / Forms / 0.0.1 / Forms.podspec.json
blobba7c76fb0fd604e30646c53e778979e8e93c99db
2   "name": "Forms",
3   "version": "0.0.1",
4   "summary": "Buiseness logic for mobile forms.",
5   "description": "Library provides logic to drive your forms. No UI is provide.\nIt's provide all neccesasary attributes of form including validators,\nbut is really flexible to customized for your needs",
6   "homepage": "https://github.com/yariksmirnov/Forms",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yaroslav Smirnov": "yarikbonch@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/yariksmirnov",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/yariksmirnov/Forms.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Sources",
24     "Sources/**/*.{swift}"
25   ],
26   "frameworks": "CoreTelephony",
27   "pushed_with_swift_version": "4.0"