blob: b096a904e2bef0ee3d242f9fe8121904e3847ae0 [file] [log] [blame]
{
"name": "FKSimpleAlertController",
"version": "0.0.1",
"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.1"
},
"source_files": "FKSimpleAlertControllerDemo/FKSimpleAlertController/Classes/*.{h,m}",
"resources": "FKSimpleAlertControllerDemo/FKSimpleAlertController/Resources/*.png",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}