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