blob: 354b603158053ea9c49ac739aee34567efac7c28 [file] [log] [blame]
{
"name": "CommonAlertFramework",
"version": "0.1.0",
"summary": "pop an alert view to say hello world.",
"description": "a demo framework to say hello world, you can use it by cocoapods",
"homepage": "https://github.com/ZhuShouyu/CommonAlertFramework",
"license": "MIT",
"authors": {
"Siam": "shouyuzhu@hotmail.com"
},
"source": {
"git": "https://github.com/ZhuShouyu/CommonAlertFramework.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CommonAlertFramework": [
"Pod/Assets/*.png"
]
}
}