[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / b / 5 / Leto / 2.0.2 / Leto.podspec.json
blob223432b4e7e0b42af96b57bfa3f4a22d9e9ec4aa
2   "name": "Leto",
3   "version": "2.0.2",
4   "summary": "掌通无线旗下的小游戏工具库",
5   "description": "Leto使用了双WebView的结构, 在iOS/Android上都是这样. 一个WebView可以叫Service WebView, 这个就用来提供微信api的功能. 一个叫做Page WebView, 用来提供ui组件的那些功能. 在Page WebView里想要调用微信api的时候, 是通过释放一个PAGE EVENT这种间接的方式去调用Service WebView",
6   "homepage": "https://github.com/ztwireless",
7   "license": {
8     "type": "Copyright",
9     "text": "Ztwireless Inc. 2019"
10   },
11   "authors": {
12     "ztwireless": "zhangtong.tianjin@mgc-games.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://down.mgc-games.com/sdk/iOS_Pods_LetoSDK_V2.0.2.zip"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "ENABLE_BITCODE": "No"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "vendored_frameworks": "iOS_Pods_LetoSDK_V2.0.2/Core/Leto.framework"
28     },
29     {
30       "name": "UI",
31       "vendored_frameworks": "iOS_Pods_LetoSDK_V2.0.2/UI/LetoUI.framework",
32       "dependencies": {
33         "Leto/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Ad",
40       "vendored_frameworks": "iOS_Pods_LetoSDK_V2.0.2/Ad/LetoAd.framework",
41       "resources": [
42         "iOS_Pods_LetoSDK_V2.0.2/Ad/baidumobadsdk.bundle",
43         "iOS_Pods_LetoSDK_V2.0.2/Ad/BUAdSDK.bundle"
44       ],
45       "dependencies": {
46         "Leto/Core": [
48         ]
49       }
50     },
51     {
52       "name": "Safe",
53       "vendored_frameworks": "iOS_Pods_LetoSDK_V2.0.2/Safe/LetoSafe.framework",
54       "dependencies": {
55         "Leto/Core": [
57         ]
58       }
59     }
60   ]