blob: 4fddea985265463f8fd10fcaba8e6f78b667e198 [file] [log] [blame]
{
"name": "ACYTableViewWrapper",
"version": "1.0.3",
"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": "1.0.3"
},
"source_files": [
"ACYTableViewWrapper",
"ACYTableViewWrapper/ACYTableViewWrapper/Classes/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}