blob: bf0a31a688502f499a3a02c27a2a7a4a6ebbfe53 [file] [log] [blame]
{
"name": "PWAlertController",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PWAlertController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}