[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / e / 0 / 4 / TFFormDescriptor / 0.0.1 / TFFormDescriptor.podspec.json
bloba169208566925993dd18f529e27df21ee26d94f7
2   "name": "TFFormDescriptor",
3   "version": "0.0.1",
4   "summary": "Simple descriptor for building various forms.",
5   "description": "                       TFFormDescriptor is simple form descriptor that helps you with building form with various contents. It's' based on TFTableDescriptor.\n",
6   "homepage": "https://github.com/thefuntasty/TFFormDescriptor",
7   "license": "MIT",
8   "authors": {
9     "Ales Kocur": "aleskocur@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/thefuntasty/TFFormDescriptor.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.{h,m}",
20   "resources": "Pod/Classes/**/*.{xib}",
21   "dependencies": {
22     "TFTableDescriptor": [
23       "~> 1.2.0"
24     ]
25   }