blob: 2e76240c0fb5775b24da1da24936a19b2a30a9a3 [file] [log] [blame]
{
"name": "XSDSDK",
"version": "0.1.1",
"summary": "A short description of XSDSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/obgniyum/XSDSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"obgniyum": "obgniyum@icloud.com"
},
"source": {
"git": "git@code.aliyun.com:pintuibao-ios/XSDSDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "XSDSDK/Classes/**/*",
"subspecs": [
{
"name": "TencentOpenAPI",
"vendored_frameworks": "XSDSDK/Assets/TencentOpenAPI/*.framework",
"frameworks": [
"SystemConfiguration",
"WebKit"
]
},
{
"name": "DTShareKit",
"vendored_frameworks": "XSDSDK/Assets/DTShareKit/*.framework"
},
{
"name": "Weibo_SDK",
"source_files": "XSDSDK/Assets/Weibo_SDK/**/*.{h}",
"vendored_libraries": "XSDSDK/Assets/Weibo_SDK/**/*.a",
"resources": "XSDSDK/Assets/Weibo_SDK/**/*.bundle"
},
{
"name": "Meishe",
"vendored_frameworks": "XSDSDK/Assets/Meishe/*.framework"
},
{
"name": "BDSClient",
"source_files": "XSDSDK/Assets/BDSClient/**/*.{h}",
"vendored_libraries": "XSDSDK/Assets/BDSClient/**/*.a",
"resource_bundles": {
"BDSClient": [
"XSDSDK/Assets/BDSClient/**/*.{pcm,dat}"
]
},
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreLocation",
"CoreTelephony",
"SystemConfiguration",
"GLKit"
],
"libraries": [
"c++",
"z.1.2.5",
"sqlite3.0"
]
}
]
}