blob: 3bcad89712afea601acd02276351d138255847ec [file] [log] [blame]
{
"name": "LSRNetwork",
"version": "1.0.4",
"summary": "网络请求 LSRNetworking.",
"description": "针对afn的一点封装 集成数据解析,快速模型化",
"homepage": "https://github.com/LSRNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"authors": {
"lgy881228": "510687394@qq.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/lgy881228/LSRNetwork.git",
"tag": "1.0.4"
},
"source_files": "LSRNetwork/*.{h,m}",
"public_header_files": "LSRNetwork/*.h",
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"JSONModel": [
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation",
"AFNetworking",
"JSONModel",
"CoreServices"
],
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}