blob: c952fb875b663ae64807ec43d106ef2658495dcb [file] [log] [blame]
{
"name": "ATInternet-iOS-Swift-SDK",
"version": "2.2.4",
"summary": "AT Internet mobile analytics solution for iOS",
"homepage": "https://github.com/at-internet/atinternet-ios-swift-sdk",
"documentation_url": "http://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/operating-principle-apple-en/",
"license": "MIT",
"authors": "AT Internet",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/at-internet/atinternet-ios-swift-sdk.git",
"tag": "2.2.4"
},
"module_name": "Tracker",
"requires_arc": true,
"subspecs": [
{
"name": "Res",
"resources": [
"Tracker/Tracker/DefaultConfiguration.plist",
"Tracker/Tracker/core.manifest.json",
"Tracker/Tracker/*.{xcdatamodeld,png,json}",
"Tracker/Tracker/Images.xcassets"
]
},
{
"name": "iOS",
"source_files": "Tracker/Tracker/*.{h,m,swift}",
"frameworks": [
"CoreData",
"CoreFoundation",
"UIKit",
"CoreTelephony",
"SystemConfiguration"
],
"dependencies": {
"ATInternet-iOS-Swift-SDK/Res": [
]
}
},
{
"name": "AppExtension",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
},
"source_files": "Tracker/Tracker/*.{h,m,swift}",
"exclude_files": "Tracker/Tracker/BackgroundTask.{swift}",
"frameworks": [
"CoreData",
"CoreFoundation",
"WatchKit",
"UIKit",
"CoreTelephony",
"SystemConfiguration"
],
"dependencies": {
"ATInternet-iOS-Swift-SDK/Res": [
]
}
}
]
}