[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / d / DynamicTableGenerator / 0.0.1 / DynamicTableGenerator.podspec.json
blob8ceb32fb9cfa7dc26e7fd61abb6367cbb24871c4
2   "name": "DynamicTableGenerator",
3   "version": "0.0.1",
4   "summary": "DynamicTableGenerator allows fast and simple creation of table views and data entry forms for gathering user input in iOS.",
5   "description": "                   A longer description of DynamicTableGenerator in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                   * Try to keep it short, snappy and to the point.\n                   * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "http://tpb.directdiagnostics.org",
7   "license": "MIT",
8   "authors": {
9     "tpb": "theobrown0@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/TheoBrown/DynamicTableGenerator-iOS.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "DynamicTableGenerator",
20     "DynamicTableGenerator/**/*.{h,m}"
21   ],
22   "exclude_files": "DynamicTableGenerator/Exclude",
23   "public_header_files": "DynamicTableGenerator/**/*.h",
24   "frameworks": "UIKit",
25   "requires_arc": true,
26   "dependencies": {
27     "ActionSheetPicker-3.0": [
28       "~> 1.1.19"
29     ],
30     "PureLayout": [
32     ],
33     "FXBlurView": [
35     ]
36   }