blob: aab523bd9a4109555528257dde8a93275eb5cde8 [file] [log] [blame]
{
"name": "LYNetworkingKit",
"version": "1.0.6",
"license": "MIT",
"summary": "AFNetworking封装.增加取消指定的请求,避免重复请求,同时发起多个请求,缓存等功能",
"homepage": "https://github.com/GitHubXuLiying/Network",
"source": {
"git": "https://github.com/GitHubXuLiying/Network.git",
"tag": "1.0.6"
},
"source_files": "LYNetworkingKit/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
],
"PINCache": [
]
},
"authors": {
"LY": "850401552@qq.com"
},
"social_media_url": "https://github.com/GitHubXuLiying",
"subspecs": [
{
"name": "Category",
"source_files": "LYNetworkingKit/Category/*.{h,m}"
},
{
"name": "Networking",
"source_files": "LYNetworkingKit/Networking/*.{h,m}",
"dependencies": {
"LYNetworkingKit/Category": [
]
}
}
]
}