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