blob: 624aefa3115c468d780732148e7f2848dea347ee [file] [log] [blame]
{
"name": "PQActionSheet",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "PQActionSheet/*",
"public_header_files": "PQActionSheet/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}