[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / b / 2 / USDKAPI / 0.0.1 / USDKAPI.podspec.json
blob66a705b7ff66550da632595c39e62ed8ad241ad3
2   "name": "USDKAPI",
3   "version": "0.0.1",
4   "summary": "USDKPod(或者叫USDKAPI) 为了便捷集成iOS-SDK给任意项目(app/Unity/UE/Cocos等)而生",
5   "description": "啥也别说,就是通用的iOS-SDK.只要是个前端程序员需要集成iOS-SDK,这就是利器",
6   "homepage": "https://gitee.com/TobyStark/usdkpod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TobyStark": "fagezuishuai@foxmail.com"
13   },
14   "source": {
15     "git": "https://gitee.com/TobyStark/usdkpod.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "USDKAPI/Classes/**/*",
22   "resource_bundles": {
23     "USDKAPI": [
24       "USDKAPI/Assets/*.png"
25     ]
26   },
27   "public_header_files": "USDKAPI/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "static_framework": true,
33   "dependencies": {
34     "JXBWebKit": [
35       "~> 1.2.1"
36     ],
37     "Masonry": [
39     ],
40     "SGNetObserver": [
42     ]
43   },
44   "pod_target_xcconfig": {
45     "VALID_ARCHS[sdk=iphonesimulator*]": ""
46   },
47   "user_target_xcconfig": {
48     "VALID_ARCHS[sdk=iphonesimulator*]": ""
49   }