blob: 332ab5e4a860f9dff18b86b1e0d2478e62cae289 [file] [log] [blame]
{
"name": "ACAlertController",
"version": "1.0.0",
"summary": "At iOS 8.0 later, we use UIAlertController, it's not friendly, so we replace it with ACAlertController.",
"homepage": "https://github.com/honeycao/ACAlertController",
"license": "MIT",
"authors": {
"ArthurCao": "honeycao9268@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/honeycao/ACAlertController.git",
"tag": "1.0.0"
},
"source_files": "ACAlertController/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}