blob: 55a3e5eb833b24b5c0e3d3b3cef534445f499d02 [file] [log] [blame]
{
"name": "GPJDataDrivenTableView",
"version": "0.6.2",
"summary": "A data-driven way to use UITableView.",
"description": "The data-drive way is simple, steady, extendable, It is friendly to evolve with change of requirements.",
"homepage": "https://github.com/gongpengjun/GPJDataDrivenTableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gongpengjun": "frank.gongpengjun@gmail.com"
},
"social_media_url": "https://twitter.com/frank_gong",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/gongpengjun/GPJDataDrivenTableView.git",
"tag": "v0.6.2"
},
"source_files": "GPJDataDrivenTableView/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}