[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / f / 8 / TogetherAd / 0.1.2 / TogetherAd.podspec.json
blob80a3627496423bd392e57c4db54792db45b1c7cb
2   "name": "TogetherAd",
3   "version": "0.1.2",
4   "summary": "广告聚合:帮助 iOS 开发者快速、便捷、灵活的接入国内多家主流广告 SDK。穿山甲。开屏广告、Banner横幅广告、插屏广告、激励广告、全屏广告。",
5   "description": "这是一个iOS广告聚合,为了方便在iOS中接入不同平台的广告。起因是需要在flutter中接入广告,Android端在Github中找到了一个叫比较好的TogetherAd(https://github.com/ifmvo/TogetherAd)的聚合,于是在iOS端写了一个同样流程的swift版本接入不同平台的广告SDK。\n目前只接入了:穿山甲平台的广告",
6   "homepage": "https://github.com/xujiaji/TogetherAd",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xujiaji": "jiajixu@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xujiaji/TogetherAd.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TogetherAd/Classes/**/*",
22   "public_header_files": "TogetherAd/Classes/**/*.h",
23   "static_framework": true,
24   "dependencies": {
25     "GDTMobSDK": [
27     ],
28     "Ads-CN": [
30     ]
31   }