[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / c / 6 / YZAppSDK / 7.0.4 / YZAppSDK.podspec.json
blob76bb0dacae0d4efa8c2b15659a27d95b83354ff0
2   "name": "YZAppSDK",
3   "version": "7.0.4",
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": "http://b.yzcdn.cn/youzanyun/appsdk/open_sdk_ios_basic_7.0.4.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   "subspecs": [
25     {
26       "name": "Core",
27       "ios": {
28         "vendored_frameworks": "Release/YZSDKCore.framework"
29       }
30     },
31     {
32       "name": "Base",
33       "ios": {
34         "vendored_frameworks": "Release/YZBaseSDK.framework"
35       },
36       "dependencies": {
37         "YZAppSDK/Core": [
39         ]
40       }
41     }
42   ]