[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / c / 6 / YZAppSDK / 7.1.9 / YZAppSDK.podspec.json
blobf46ef5c7eb059f265621865e75ce0db0d5e262fe
2   "name": "YZAppSDK",
3   "version": "7.1.9",
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     "http": "https://b.yzcdn.cn/youzanyun/appsdk/open_sdk_ios_basic_7.1.9.zip"
13   },
14   "frameworks": [
15     "WebKit",
16     "UIKit",
17     "Foundation"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "default_subspecs": "Base",
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "ios": {
34         "vendored_frameworks": "Release/YZSDKCore.framework"
35       }
36     },
37     {
38       "name": "Base",
39       "ios": {
40         "vendored_frameworks": "Release/YZBaseSDK.framework"
41       },
42       "dependencies": {
43         "YZAppSDK/Core": [
45         ]
46       }
47     }
48   ]