SellyCloudSDK_demo/Example/Pods/Local Podspecs/SNHNetworking.podspec.json

39 lines
869 B
JSON

{
"name": "SNHNetworking",
"version": "0.8.1",
"summary": "基础请求框架",
"description": "构建多个app通用的网络请求、下载、上传框架",
"homepage": "http://www.snh48.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jane": "1075623679@qq.com"
},
"source": {
"git": "git@gitee.com:SNHiOS/SNHNetworking.git",
"tag": "0.8.1"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "source",
"dependencies": {
"SNHFoundation": [],
"ObjcAssociatedObjectHelpers": []
},
"subspecs": [
{
"name": "source",
"source_files": "SNHNetworking/Classes/**/*.{h,m,mm}",
"public_header_files": "SNHNetworking/Classes/**/*.h",
"vendored_frameworks": "SNHNetworking/sdk/**/*.framework",
"libraries": [
"c++",
"z"
]
}
]
}