[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / d / ATInternet-Apple-SDK-AppExtension / 2.21.2 / ATInternet-Apple-SDK-AppExtension.podspec.json
blob3047602e27052ea479afd3fc0d728ca08daed566
2   "name": "ATInternet-Apple-SDK-AppExtension",
3   "version": "2.21.2",
4   "summary": "AT Internet mobile analytics solution for Apple devices",
5   "homepage": "https://github.com/at-internet/atinternet-apple-sdk",
6   "documentation_url": "https://developers.atinternet-solutions.com/apple-en/getting-started-apple-en/operating-principle-apple-en/",
7   "license": "MIT",
8   "authors": "AT Internet",
9   "requires_arc": true,
10   "source": {
11     "git": "https://github.com/at-internet/atinternet-apple-sdk.git",
12     "tag": "2.21.2"
13   },
14   "module_name": "TrackerAppExtension",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "pod_target_xcconfig": {
19     "OTHER_SWIFT_FLAGS": "-DAT_EXTENSION"
20   },
21   "source_files": "ATInternetTracker/Sources/*.{h,m,swift}",
22   "exclude_files": [
23     "ATInternetTracker/Sources/BackgroundTask.swift",
24     "ATInternetTracker/Sources/Debugger.swift",
25     "ATInternetTracker/Sources/TrackerTests-Bridging-Header.h"
26   ],
27   "resources": [
28     "ATInternetTracker/Sources/DefaultConfiguration*",
29     "ATInternetTracker/Sources/TrackerBundle.bundle"
30   ]