blob: 8f537e85640a9d6abd5d7e3db25b8eef3670c866 [file] [log] [blame]
{
"name": "TANsdk",
"version": "0.1.0",
"summary": "ProtectFive Tracking, Analytics and Notifications SDK",
"description": "Description: ProtectFive Tracking, Analytics and Notifications SDK",
"homepage": "https://www.protectfive.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ProtectFive": "info@protectfive.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "http://protectfive.com/downloads/TANsdk_iOS/TANsdk_iOS.zip"
},
"resources": [
"TANSdk.framework/TANsdkConfigSample.plist",
"TANSdk.framework/TANsdkSwiftBridge.swift"
],
"frameworks": [
"UIKit",
"CoreData"
],
"ios": {
"vendored_frameworks": "TANSdk.framework"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"SwiftyJSON": [
],
"SCrypto": [
]
}
}