[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / c / 6 / YZAppSDK / 5.3.3 / YZAppSDK.podspec.json
blob6269568f0f495010b582456aafb5692f5763a3c2
2   "name": "YZAppSDK",
3   "version": "5.3.3",
4   "summary": "An AppSDK for Youzanyun.",
5   "description": "There are praise cloud AppSDK is for mobile applications to build the electricity trading systemthrough an SDK will be able to integrate in the APP to provide the entire transaction services.",
6   "homepage": "https://www.youzanyun.com/",
7   "license": "MIT",
8   "authors": {
9     "pansheng": "pansheng@youzan.com"
10   },
11   "source": {
12     "git": "https://github.com/youzan/YouzanMobileSDK-iOS.git",
13     "tag": "5.3.3"
14   },
15   "frameworks": [
16     "WebKit",
17     "UIKit",
18     "Foundation"
19   ],
20   "requires_arc": true,
21   "platforms": {
22     "ios": "7.0"
23   },
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-lc++"
26   },
27   "default_subspecs": "Base",
28   "subspecs": [
29     {
30       "name": "Base",
31       "ios": {
32         "vendored_frameworks": "YZBaseSDK/YZBaseSDK.framework"
33       },
34       "resources": "YZBaseSDK/YZBaseRes.bundle"
35     },
36     {
37       "name": "Native",
38       "ios": {
39         "vendored_frameworks": "YZNativeSDK/YZNativeSDK.framework"
40       },
41       "resources": "YZNativeSDK/YZNativeRes.bundle",
42       "dependencies": {
43         "YZAppSDK/Base": [
45         ]
46       }
47     }
48   ]