blob: 3811584b68d9ed7b2ac7708a930dd9a2169937c3 [file] [log] [blame]
{
"name": "AITableView",
"version": "0.1.1",
"summary": "An amazing tableview.",
"description": "It is a tableview used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/chentoo/AITableView",
"license": "MIT",
"authors": {
"chentoo": "chentoo@gmail.com"
},
"source": {
"git": "https://github.com/chentoo/AITableView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "AITableView/*",
"frameworks": [
"Foundation",
"UIKit"
]
}