[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / d / f / AYForm / 0.2.0 / AYForm.podspec.json
blob01255ddc4060664f45697ada3650144b8e31f98e
2   "name": "AYForm",
3   "version": "0.2.0",
4   "summary": "Create forms in swift 3.0, it works by giving your tableview dataSource.",
5   "description": "Small library that creates forms in swift 3.0, it works by giving your tableview dataSource to the AYForm and the library take cares of returning the cells and saving all fields to future access.",
6   "homepage": "https://github.com/aymanraw/AYForm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aymanraw": "ayman.rawashdeh@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/aymanraw/AYForm.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "AYForm/**/*",
23     "AYForm/AYForm/**/*",
24     "AYForm/AYForm/*"
25   ],
26   "frameworks": "UIKit",
27   "pushed_with_swift_version": "3.0"