[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / a / 4 / AMRSDK / 1.5.45 / AMRSDK.podspec.json
blob9f2c67418a16503b2f45a080c3ff0b749abe19b0
2   "name": "AMRSDK",
3   "version": "1.5.45",
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.45"
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   "swift_versions": [
57     "5"
58   ],
59   "subspecs": [
60     {
61       "name": "Core",
62       "vendored_frameworks": "AMRSDK/AMRSDK.xcframework",
63       "resources": [
64         "AMRSDK/AMRResources.bundle"
65       ]
66     },
67     {
68       "name": "AFA",
69       "vendored_frameworks": [
70         "AMRSDK/AMRSDK.xcframework",
71         "AFA/AMRAdapterAFA.xcframework"
72       ],
73       "resources": [
74         "AMRSDK/AMRResources.bundle"
75       ],
76       "dependencies": {
77         "AdmostFairAds": [
78           "~> 1.3.0"
79         ]
80       }
81     }
82   ],
83   "swift_version": "5"