blob: 74d5039d96667f1e660b34974f54dab314e2341d [file] [log] [blame]
{
"name": "PQActionSheet",
"version": "0.1.1",
"summary": "仿微信的ActionSheet,比UIActionSheet用法更简便。",
"homepage": "https://github.com/docee/PQActionSheet",
"license": "MIT",
"authors": {
"docee": "docee@163.com"
},
"source": {
"git": "https://github.com/docee/PQActionSheet.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PQActionSheet/*",
"public_header_files": "PQActionSheet/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}