blob: ece4dac059adc19515bf03eae840c4ca82be1946 [file] [log] [blame]
{
"name": "TTLockDFU",
"version": "2.8.9",
"summary": "TTLockDFU SDK for iOS.",
"homepage": "https://github.com/ttlock/iOS_TTLock_Demo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ttlock": "chensg@sciener.cn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ttlock/iOS_TTLock_Demo.git",
"tag": "2.8.9"
},
"vendored_frameworks": "TTLockFrameworks/TTLockDFU.framework",
"preserve_paths": "TTLockFrameworks/TTLockDFU.framework",
"frameworks": "CoreBluetooth",
"libraries": "z",
"requires_arc": true,
"swift_version": "4.0",
"dependencies": {
"ZIPFoundation": [
"~> 0.9.8"
],
"iOSDFULibrary": [
"~> 4.3.0"
],
"TTLock": [
"~> 2.8.9"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}