blob: 0bd19c5e6ce03de08cf771d92c4c1155247cad71 [file] [log] [blame]
{
"name": "JJNetwork",
"version": "1.0.4",
"summary": "JJNetwork.",
"description": "iOS Netwok Library based on AFNetworking",
"homepage": "https://github.com/jezzmemo/JJNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jezz": "lijie250@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jezzmemo/JJNetwork.git",
"tag": "1.0.4"
},
"public_header_files": "JJNetwork/Source/JJNetwork.h",
"source_files": "JJNetwork/Source/JJNetwork.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"subspecs": [
{
"name": "Category",
"source_files": "JJNetwork/Source/Category/*.{h,m}",
"public_header_files": "JJNetwork/Source/Category/*.h"
},
{
"name": "Request",
"source_files": "JJNetwork/Source/Request/*.{h,m}",
"public_header_files": "JJNetwork/Source/Request/*.h"
},
{
"name": "ThirdParty",
"source_files": "JJNetwork/Source/ThirdParty/*.{h,m}",
"public_header_files": "JJNetwork/Source/ThirdParty/*.h",
"frameworks": "AFNetworking"
},
{
"name": "Cache",
"dependencies": {
"JJNetwork/Category": [
]
},
"source_files": "JJNetwork/Source/Cache/*.{h,m}",
"public_header_files": "JJNetwork/Source/Cache/*.h"
},
{
"name": "APIService",
"dependencies": {
"JJNetwork/Category": [
],
"JJNetwork/Request": [
],
"JJNetwork/ThirdParty": [
],
"JJNetwork/Cache": [
]
},
"source_files": "JJNetwork/Source/APIService/*.{h,m}",
"public_header_files": "JJNetwork/Source/APIService/*.h"
}
]
}