blob: 7850a759836ed09e2e96789ef68e01b9add981f5 [file] [log] [blame]
{
"name": "ACYTableViewWrapper",
"version": "0.0.1",
"summary": "A wrapper of ACYTableViewWrapper.",
"description": "A wrapper of ACYTableViewWrapper. You can ignore the delegate and datasource of tableview, Just focus on you logic",
"homepage": "https://github.com/cambriayang/ACYTableViewWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cambria": "cambriayang@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/cambriayang/ACYTableViewWrapper.git",
"tag": "0.0.1"
},
"source_files": [
"ACYTableViewWrapper",
"ACYTableViewWrapper/ACYTableViewWrapper/Classes/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}