[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / a / f / startio-applovin-mediation / 1.1.0 / startio-applovin-mediation.podspec.json
blobe6b3f74612d265f3c7e1b7a5157e83ced9d0bac6
2   "name": "startio-applovin-mediation",
3   "version": "1.1.0",
4   "summary": "Start.io <-> AppLovin MAX iOS Mediation Adapter.",
5   "description": "Using this adapter you will be able to integrate Start.io SDK via AppLovin MAX mediation",
6   "homepage": "https://www.start.io",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iOS Dev": "iosdev@startapp.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/StartApp-SDK/ios-applovin-mediation.git",
19     "tag": "1.1.0"
20   },
21   "source_files": "StartioApplovinMediation/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "static_framework": true,
28   "user_target_xcconfig": {
29     "ONLY_ACTIVE_ARCH": "YES"
30   },
31   "dependencies": {
32     "AppLovinSDK": [
33       "~> 11.3.1"
34     ],
35     "StartAppSDK": [
36       "~> 4.7.0"
37     ]
38   }