[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 3 / myTrackerSDK / 3.0.1 / myTrackerSDK.podspec.json
blobe516a97ef256c6f817e99776d81557ae850892cd
2   "name": "myTrackerSDK",
3   "version": "3.0.1",
4   "summary": "iOS SDK of myTracker analytics",
5   "description": "myTracker — free mobile analytics for iOS, Android and Windows platforms. Get connected to know everything about your apps, audience and advertising campaigns",
6   "homepage": "https://tracker.my.com",
7   "documentation_url": "https://tracker.my.com/docs/",
8   "license": {
9     "type": "LGPL-3.0"
10   },
11   "authors": {
12     "My.com": "sdk_mytracker@corp.my.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "ios": {
18     "source_files": "MyTrackerSDK.xcframework/**/*.h",
19     "public_header_files": "MyTrackerSDK.xcframework/**/*.h",
20     "vendored_frameworks": "MyTrackerSDK.xcframework"
21   },
22   "source": {
23     "http": "https://github.com/myTrackerSDK/mytracker-ios/releases/download/3.0.1/mytracker-ios-sdk-3.0.1.zip"
24   },
25   "frameworks": [
26     "AdSupport",
27     "SystemConfiguration",
28     "CoreTelephony",
29     "CoreData",
30     "UIKit",
31     "iAd",
32     "StoreKit",
33     "CoreMotion"
34   ],
35   "libraries": "z",
36   "requires_arc": true,
37   "pod_target_xcconfig": {
38     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
39     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
40   },
41   "user_target_xcconfig": {
42     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
43     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
44   }