blob: 93e96c6bd4322cdacc62c7d683dd162b51c445ac [file] [log] [blame]
{
"name": "FKSimpleAlertController",
"version": "0.0.3",
"summary": "An alertController such as UIAlertController",
"homepage": "https://github.com/ForAllKid/FKSimpleAlertController",
"license": "MIT",
"authors": {
"ForKid": "910784384@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ForAllKid/FKSimpleAlertController.git",
"tag": "v0.0.3"
},
"source_files": "FKSimpleAlertControllerDemo/FKSimpleAlertController/Classes/*.{h,m}",
"resources": "FKSimpleAlertControllerDemo/FKSimpleAlertController/Resources/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}