blob: a7ec2609fb11df7b7c901d5c784fc1881ad672db [file] [log] [blame]
{
"name": "JLPayNetwork",
"version": "0.0.7",
"summary": "JLPayNetwork 是一个基于AFNetworking封装的轻量级网络请求工具",
"description": "JLPayNetwork是一个基于AFNetworking封装的轻量级网络请求工具,支持本地数据缓存. Support the Objective - C language.",
"homepage": "https://github.com/JLPayNetwork/JLPayNetwork",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"JLpayNetwork": "jlpaynetwork@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/zhencanbing/JLPayNetwork.git",
"tag": "v0.0.7"
},
"source_files": "JLPayNetwork/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"subspecs": [
{
"name": "JLYYCache",
"source_files": "JLPayNetwork/JLYYCache/*.{h,m}"
}
]
}