blob: 07e50fc80643b65d6a19b3e5aac28d4e2e9d9313 [file] [log] [blame]
{
"name": "CYLTableViewRowAction",
"version": "1.0.0",
"summary": "Use UITableViewRowAction as if it supports iOS7+.",
"description": "Use UITableViewRowAction as if it supports iOS7+!!",
"homepage": "https://github.com/ChenYilong/CYLTableViewRowAction",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChenYilong": "luohanchenyilong@163.com"
},
"social_media_url": "http://weibo.com/luohanchenyilong/",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ChenYilong/CYLTableViewRowAction.git",
"tag": "1.0.0"
},
"source_files": [
"CYLTableViewRowAction",
"CYLTableViewRowAction/**/*.{h,m}"
],
"public_header_files": "CYLTableViewRowAction/**/*.h",
"requires_arc": true
}