blob: d75f93ebc42cc8f88fdd28f3556b6c8893d3d094 [file] [log] [blame]
{
"name": "PWAlertController",
"version": "0.1.4",
"summary": "支持 iOS 7 的AlertController.",
"description": "支持 iOS 7 的AlertController,承载在一个UIViewController上",
"homepage": "https://github.com/wangweicheng7/PWAlertController",
"license": "MIT",
"authors": {
"Paul Wang": "809405366@qq.com"
},
"source": {
"git": "https://github.com/wangweicheng7/PWAlertController.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PWAlertController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}