[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / c / f / myTargetSDK / 5.12.0 / myTargetSDK.podspec.json
blob0d154c10a18bedf186a56b083260a5ac83cdc70c
2   "name": "myTargetSDK",
3   "version": "5.12.0",
4   "summary": "iOS SDK of myTarget Advertising Network",
5   "description": "The myTarget Advertising Network allows developers to monetize their websites and mobile apps using myTarget ads",
6   "homepage": "https://target.my.com",
7   "documentation_url": "https://target.my.com/partners/help/sdk",
8   "license": {
9     "type": "LGPL-3.0"
10   },
11   "authors": {
12     "My.com": "sdk_mytarget@corp.my.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://github.com/myTargetSDK/mytarget-ios/releases/download/5.12.0/mytarget-ios-sdk-5.12.0.zip"
19   },
20   "ios": {
21     "source_files": "MyTargetSDK.xcframework/**/*.h",
22     "public_header_files": "MyTargetSDK.xcframework/**/*.h",
23     "vendored_frameworks": "MyTargetSDK.xcframework"
24   },
25   "frameworks": [
26     "AdSupport",
27     "StoreKit",
28     "SystemConfiguration",
29     "CoreGraphics",
30     "CoreTelephony",
31     "AVFoundation",
32     "CoreMedia"
33   ],
34   "weak_frameworks": "SafariServices",
35   "requires_arc": true,
36   "pod_target_xcconfig": {
37     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
38     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
39   }