blob: bbee47c1012b9b1f108bda1dd98c3f8147be9b10 [file] [log] [blame]
{
"name": "TKAlertController",
"version": "0.0.4",
"summary": "UIAlertController for and under iOS8",
"homepage": "https://github.com/yatatsu/TKAlertController",
"license": "MIT",
"authors": {
"kitagawa": "yatatsukitagawa@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yatatsu/TKAlertController.git",
"tag": "0.0.4"
},
"source_files": "TKAlertController/*.{h,m}",
"exclude_files": [
"TKAlertControllerSample",
"TKAlertControllerTests"
],
"requires_arc": true
}