blob: 9b89e6280024708af78b8c7f9a73966f9f57d14f [file] [log] [blame]
{
"name": "DynamicTableGenerator",
"version": "0.0.2",
"summary": "DynamicTableGenerator allows fast and simple creation of table views and data entry forms for gathering user input in iOS.",
"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",
"homepage": "http://tpb.directdiagnostics.org",
"license": "MIT",
"authors": {
"tpb": "theobrown0@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TheoBrown/DynamicTableGenerator-iOS.git",
"tag": "0.0.2"
},
"source_files": [
"DynamicTableGenerator",
"DynamicTableGenerator/**/*.{h,m}"
],
"exclude_files": "DynamicTableGenerator/Exclude",
"public_header_files": "DynamicTableGenerator/**/*.h",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"ActionSheetPicker-3.0": [
"~> 1.1.19"
],
"PureLayout": [
],
"FXBlurView": [
]
}
}