initial commit
This commit is contained in:
38
Example/Pods/Local Podspecs/SNHNetworking.podspec.json
generated
Normal file
38
Example/Pods/Local Podspecs/SNHNetworking.podspec.json
generated
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user