[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / d / f / AYForm / 0.2.2 / AYForm.podspec.json
blobcd72ab23d148ef63b8d8e52cacbcf7f93b5d278b
2   "name": "AYForm",
3   "version": "0.2.2",
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.2"
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"