blob: 82655ec0e051f3c06fa50f9722afd1937e975094 [file] [log] [blame]
{
"name": "XUAlertView",
"version": "0.1.0",
"summary": "XUAlertView",
"description": "Qingting iOS XUAlertView Framework",
"homepage": "https://github.com/xupeng48/xualertview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xupeng": "xupeng@qingting.fm"
},
"source": {
"git": "https://github.com/xupeng48/xualertview.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "XUAlertView/Classes/**/*.h",
"source_files": "XUAlertView/Classes/**/*",
"resource_bundles": {
"XUAlertView": [
"XUAlertView/Assets/images/*.png"
]
}
}