[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 6 / YZAppSDK / 5.2.1 / YZAppSDK.podspec.json
blob3e279fa1cc86f2f67ea12d1a4f2ce29239fa85a5
2   "name": "YZAppSDK",
3   "version": "5.2.1",
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.2.1"
14   },
15   "frameworks": [
16     "WebKit",
17     "UIKit",
18     "Foundation"
19   ],
20   "requires_arc": true,
21   "platforms": {
22     "ios": "7.0"
23   },
24   "default_subspecs": "Base",
25   "subspecs": [
26     {
27       "name": "Base",
28       "ios": {
29         "vendored_frameworks": "YZBaseSDK/YZBaseSDK.framework"
30       }
31     },
32     {
33       "name": "Native",
34       "ios": {
35         "vendored_frameworks": "YZNativeSDK/YZNativeSDK.framework"
36       },
37       "resources": "YZNativeSDK/YZNativeRes.bundle",
38       "dependencies": {
39         "YZAppSDK/Base": [
41         ]
42       }
43     }
44   ]