[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / 4 / AdmixerSDK / 0.1.2 / AdmixerSDK.podspec.json
blob43457862aa905d3f80018d45cdfc3a12f5f5d853
2   "name": "AdmixerSDK",
3   "version": "0.1.2",
4   "summary": "Admixer iOS Mobile Advertising SDK.",
5   "description": "AdmixerSDK supports banner and interstitial ad formats and can show AdMob ad through mediation.",
6   "homepage": "https://admixer.visualstudio.com/_git/Admixer.IOS.SDK.Examples",
7   "authors": {
8     "Admixer Mobile Team": "mobileteam@admixer.net"
9   },
10   "license": {
11     "type": "Apache License, Version 2.0",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://admixer.visualstudio.com/DefaultCollection/Admixer.IOS.SDK.Examples/_git/Admixer.IOS.SDK.Examples",
20     "tag": "0.1.2"
21   },
22   "requires_arc": true,
23   "default_subspecs": "AdmixerSDK",
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "AdmixerSDK",
28       "source_files": "AdmixerSDK/AdmixerSDK/**/*.{swift,h}",
29       "public_header_files": "AdmixerSDK/AdmixerSDK/*.h",
30       "resources": "AdmixerSDK/AdmixerSDK**/*.{png,bundle,xib,nib,js,html,strings}",
31       "frameworks": "WebKit"
32     }
33   ],
34   "swift_version": "5.0"