[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / startio-mopub-mediation / 1.0.0 / startio-mopub-mediation.podspec.json
blob9e98b13a806b4d14cb1569666806b27aa4d0b3cc
2   "name": "startio-mopub-mediation",
3   "version": "1.0.0",
4   "summary": "Start.io <-> MoPub iOS Mediation Adapter.",
5   "description": "Using this adapter you will be able to intergate Start.io SDK via MoPub mediation",
6   "homepage": "https://www.start.io",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "iOS Dev": "iosdev@startapp.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/StartApp-SDK/ios-mopub-mediation.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "StartioMopubMediation/**/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "static_framework": true,
25   "user_target_xcconfig": {
26     "ONLY_ACTIVE_ARCH": "YES"
27   },
28   "dependencies": {
29     "mopub-ios-sdk": [
30       "~> 5.16"
31     ],
32     "StartAppSDK": [
33       "~> 4.6.3"
34     ]
35   }