blob: 39c2ccaa6db87c605a69c4bcb9bbbff4f7a6586b [file] [log] [blame]
{
"name": "TAKAlertUtil",
"version": "1.0",
"summary": "Determine by OSVer. The UIAlertView and UIAlertController",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/taktem/TAKAlertUtil",
"authors": {
"SOMTD": "totem.kc[at]me.com"
},
"source": {
"git": "https://github.com/taktem/TAKAlertUtil.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "TAKAlertUtil/**/*.{h,m}",
"public_header_files": "TAKAlertUtil/**/*.{h}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
}