blob: 175095c8e643175214b7252065cf1b8e9608c7d6 [file] [log] [blame]
{
"name": "JSWSimpleJSONTable",
"version": "1.0",
"summary": "Populate a table using a JSON file - no datasource, delegates or UITableViewController needed",
"description": "JSWSimpleJSONTable is a subclass of UITableViewController that allows you to populate an entire table view using a JSON file, and not deal with UITableViews, delegates and data sources. Populate it with a local file or from a server.",
"homepage": "https://github.com/jamesnw/JSWSimpleJSONTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jamesnw": "james@jamessw.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jamesnw/JSWSimpleJSONTable.git",
"tag": "v1.0"
},
"source_files": [
"JSWSimpleJSONTable",
"JSWSimpleJSONTable/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}