[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / c / FormTableView / 0.6.3 / FormTableView.podspec.json
blobe9c3dfaa4df895fbebdba7cd82b5973b148651ba
2   "name": "FormTableView",
3   "version": "0.6.3",
4   "summary": "Simple Forms and LinearLayout",
5   "description": "Either create forms in a flash or use it as a linear layout with some great built in functionality.",
6   "homepage": "https://github.com/JamieREvans/FormTableView",
7   "license": "MIT",
8   "authors": {
9     "Jamie Riley Evans": "jamie.riley.evans@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JamieREvans/FormTableView.git",
13     "tag": "0.6.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "UIKitPlus": [
21       "~> 1.0"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Basic",
27       "source_files": "Pod/Classes/*.{h,m}"
28     },
29     {
30       "name": "FormViews",
31       "dependencies": {
32         "FormTableView/Basic": [
34         ]
35       },
36       "source_files": "Pod/Classes/Form Views/*.{h,m}"
37     }
38   ]