blob: a20a6a19e677cd79243c035416821712024ad426 [file] [log] [blame]
{
"name": "PXLNetWork",
"version": "1.0.9",
"summary": "This is a network based on afnetworking module.",
"description": "This is a network based on afnetworking module.haha",
"homepage": "https://github.com/1551715165",
"license": "MIT",
"authors": {
"1551715165": "1551715165@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/1551715165/IOSArchitecture.git",
"tag": "1.0.9"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"YYCache": [
"~> 1.0.4"
],
"MBProgressHUD": [
"~> 0.9.2"
],
"AFNetworking": [
"~> 3.1.0"
],
"MJRefresh": [
"~> 3.1.0"
],
"SDWebImage": [
"~> 3.7.5"
],
"Masonry": [
"~> 1.0.1"
],
"YYModel": [
"~> 1.0.4"
]
},
"subspecs": [
{
"name": "Category",
"source_files": "Expand/Category/**/*.{h,m}"
},
{
"name": "Macro",
"source_files": "Expand/Macro/**/*.{h,m}"
},
{
"name": "Cache",
"source_files": "Expand/Cache/**/*.{h,m}"
},
{
"name": "ShowBox",
"source_files": "Expand/ShowBox/**/*.{h,m}",
"resources": [
"Expand/ShowBox/Resources/*.png"
],
"dependencies": {
"PXLNetWork/Macro": [
],
"PXLNetWork/Category": [
]
}
},
{
"name": "Bar",
"source_files": "Expand/Bar/**/*.{h,m}",
"resources": [
"Expand/Bar/Resources/*.plist"
],
"dependencies": {
"PXLNetWork/Macro": [
],
"PXLNetWork/Category": [
]
}
},
{
"name": "DataEncryption",
"source_files": "Expand/DataEncryption/**/*.{h,m}"
},
{
"name": "NetWork",
"subspecs": [
{
"name": "public",
"source_files": "Expand/NetWork/*.h"
},
{
"name": "RequestTool",
"source_files": "Expand/NetWork/NetWork/*.{h,m}",
"exclude_files": [
"Expand/NetWork/NetWork/JY_HttpRequestListManager.{h,m}",
"Expand/NetWork/NetWork/JY_HttpRequestManager.{h,m}"
],
"dependencies": {
"PXLNetWork/Macro": [
],
"PXLNetWork/Category": [
],
"PXLNetWork/ShowBox": [
],
"PXLNetWork/Cache": [
],
"PXLNetWork/NetWork/public": [
]
}
},
{
"name": "DownLoadTool",
"source_files": "Expand/NetWork/NetWorkDownloadTool/*.{h,m}",
"dependencies": {
"PXLNetWork/NetWork/RequestTool": [
]
}
},
{
"name": "NetWork",
"source_files": [
"Expand/NetWork/NetWork/JY_HttpRequestListManager.{h,m}",
"Expand/NetWork/NetWork/JY_HttpRequestManager.{h,m}"
],
"dependencies": {
"PXLNetWork/NetWork/RequestTool": [
]
}
}
]
}
]
}