blob: 3806c53a099b3d5334d40fa9d259e556d11bfa33 [file] [log] [blame]
{
"name": "HaidoraAlertViewManager",
"version": "0.1.1",
"summary": "A wrapper for alertView.",
"description": "A wrapper for alertView,only one api for alertView.",
"homepage": "https://github.com/Haidora/HaidoraAlertViewManager",
"license": "MIT",
"authors": {
"liaowei": "598951856@qq.com"
},
"source": {
"git": "https://github.com/Haidora/HaidoraAlertViewManager.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/*"
},
{
"name": "UIAlertView",
"source_files": "Pod/Classes/UIAlertView/*",
"dependencies": {
"HaidoraAlertViewManager/Core": [
]
}
}
]
}