blob: d1c6c68c22d89fd514dd95c6ee4e72f40b25a20e [file] [log] [blame]
{
"name": "TAKAlertUtil",
"platforms": {
"ios": "8.0"
},
"version": "2.0.3",
"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": "2.0.3"
},
"requires_arc": true,
"subspecs": [
{
"name": "Swift",
"source_files": "TAKAlertUtil/**/*.swift"
},
{
"name": "Objective-C",
"platforms": {
"ios": "7.0"
},
"source_files": "TAKAlertUtil/**/*.{h,m}",
"public_header_files": "TAKAlertUtil/**/*.{h}",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
]
}
}
]
}