blob: af5a78d5b9a001a1891fc497894b443a9a516d09 [file] [log] [blame]
{
"name": "TANsdk",
"version": "0.0.39",
"summary": "ProtectFive Tracking, Analytics and Notifications SDK",
"description": "Description: ProtectFive Tracking, Analytics and Notifications SDK",
"homepage": "https://mvelezs@bitbucket.org/protectfive/trackingsdk_ios.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Miquel Àngel Vélez Serrano": "miquelangel.velez@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": [
]
}
}