blob: cfaa9f5b4905862c18b41f81d521c5594ee83953 [file] [log] [blame]
{
"name": "JJTableView",
"version": "0.1.0",
"summary": "Support Interactive Reordering TableView.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jkenny": "jkenny.cn@gmail.com"
},
"social_media_url": "http://jkenny.cn",
"homepage": "https://github.com/ynnekj/JJTableView",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ynnekj/JJTableView.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "JJTableView/**/*.{h,m}",
"public_header_files": "JJTableView/**/*.{h}",
"frameworks": "UIKit"
}