blob: 66a705b7ff66550da632595c39e62ed8ad241ad3 [file] [log] [blame]
{
"name": "USDKAPI",
"version": "0.0.1",
"summary": "USDKPod(或者叫USDKAPI) 为了便捷集成iOS-SDK给任意项目(app/Unity/UE/Cocos等)而生",
"description": "啥也别说,就是通用的iOS-SDK.只要是个前端程序员需要集成iOS-SDK,这就是利器",
"homepage": "https://gitee.com/TobyStark/usdkpod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TobyStark": "fagezuishuai@foxmail.com"
},
"source": {
"git": "https://gitee.com/TobyStark/usdkpod.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "USDKAPI/Classes/**/*",
"resource_bundles": {
"USDKAPI": [
"USDKAPI/Assets/*.png"
]
},
"public_header_files": "USDKAPI/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"static_framework": true,
"dependencies": {
"JXBWebKit": [
"~> 1.2.1"
],
"Masonry": [
],
"SGNetObserver": [
]
},
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
},
"user_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
}
}