blob: 25ae7fcf8e7ac621fdcddd3d43db48be72d98ec7 [file] [log] [blame]
{
"name": "GPJDataDrivenTableView",
"version": "0.2.0",
"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.2.0"
},
"source_files": "GPJDataDrivenTableView/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}