[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / a / 4 / AMRSDK / 1.5.24 / AMRSDK.podspec.json
blob072ad8aa1d595ef8e2041d36267dd2d4c7444c3c
2   "name": "AMRSDK",
3   "version": "1.5.24",
4   "requires_arc": true,
5   "license": {
6     "type": "Copyright",
7     "text": "\t\t\t\t\t\t\t\t\tCopyright 2016\n\t\t\t\t\t\t\t\t\tAdmost Mediation Limited.\n"
8   },
9   "homepage": "http://www.admost.com/",
10   "authors": {
11     "Admost Mediation Limited": "amr@admost.com"
12   },
13   "summary": "Admost Mediation Router SDK.",
14   "description": "Admost Mediation Router is a powerful mediation tool to maximize your ad revenues for your apps and games from all major ad networks.",
15   "source": {
16     "git": "https://github.com/admost/AMR-IOS-SDK.git",
17     "tag": "1.5.24"
18   },
19   "documentation_url": "https://admost.github.io/amrios",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "frameworks": [
24     "AdSupport",
25     "AudioToolbox",
26     "AVFoundation",
27     "AVKit",
28     "CFNetwork",
29     "CoreGraphics",
30     "CoreMedia",
31     "CoreTelephony",
32     "JavaScriptCore",
33     "MediaPlayer",
34     "QuartzCore",
35     "SafariServices",
36     "SystemConfiguration"
37   ],
38   "weak_frameworks": [
39     "Foundation",
40     "UIKit",
41     "WebKit",
42     "StoreKit"
43   ],
44   "libraries": "z",
45   "pod_target_xcconfig": {
46     "OTHER_LDFLAGS": "-ObjC -lc++",
47     "VALID_ARCHS": "arm64 armv7 x86_64",
48     "VALID_ARCHS[sdk=iphoneos*]": "armv7 arm64",
49     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
50   },
51   "dependencies": {
52     "KokteylLog": [
53       "~> 1.1.1"
54     ]
55   },
56   "subspecs": [
57     {
58       "name": "Core",
59       "vendored_frameworks": "AMRSDK/AMRSDK.xcframework",
60       "resources": [
61         "AMRSDK/AMRResources.bundle"
62       ]
63     },
64     {
65       "name": "AFA",
66       "vendored_frameworks": [
67         "AMRSDK/AMRSDK.xcframework",
68         "AFA/AMRAdapterAFA.xcframework"
69       ],
70       "resources": [
71         "AMRSDK/AMRResources.bundle"
72       ],
73       "dependencies": {
74         "AdmostFairAds": [
75           "~> 1.3.0"
76         ]
77       }
78     }
79   ]