[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / d / f / AYForm / 0.2.1 / AYForm.podspec.json
blob58a839c97bc8806efae0fa75494046e29f9cd824
2   "name": "AYForm",
3   "version": "0.2.1",
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.1"
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"