blob: 8f74b916dbf64973975199ad95f3e610924401f7 [file] [log] [blame]
{
"name": "DynamicTableGenerator",
"version": "0.0.5",
"summary": "DynamicTableGenerator allows fast and simple creation of table views and data entry forms for gathering user input",
"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.5"
},
"source_files": [
"DynamicTableGenerator",
"DynamicTableGenerator/**/*.{h,m}"
],
"exclude_files": "DynamicTableGenerator/Exclude",
"public_header_files": "DynamicTableGenerator/**/*.h",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"ActionSheetPicker-3.0": [
],
"PureLayout": [
],
"FXBlurView": [
]
}
}