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