blob: c81feaed5e7916ebbf782e8398d27f46ca7ad97f [file] [log] [blame]
{
"name": "myTrackerSDK",
"version": "1.5.12",
"summary": "iOS SDK of myTracker analytics",
"description": "myTracker — free mobile analytics for iOS, Android and Windows platforms. Get connected to know everything about your apps, audience and advertising campaigns",
"homepage": "https://tracker.my.com",
"documentation_url": "https://tracker.my.com/docs/",
"license": {
"type": "LGPL-3.0"
},
"authors": {
"My.com": "sdk_mytracker@corp.my.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://github.com/myTrackerSDK/mytracker-ios/releases/download/1.5.12/mytracker-ios-sdk-1.5.12.zip"
},
"source_files": "MyTrackerSDK.framework/**/*.h",
"public_header_files": "MyTrackerSDK.framework/**/*.h",
"vendored_frameworks": "MyTrackerSDK.framework",
"preserve_paths": [
"MyTrackerSDK.framework",
"*.md"
],
"frameworks": [
"AdSupport",
"SystemConfiguration",
"CoreTelephony",
"CoreData",
"CoreLocation",
"UIKit",
"iAd"
],
"libraries": "z",
"requires_arc": true
}