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