[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 8 / b / LYNetworkingKit / 1.0.3 / LYNetworkingKit.podspec.json
blob6c151ab2c91100a6bdcc48442bbc5ae5b12464bf
2   "name": "LYNetworkingKit",
3   "version": "1.0.3",
4   "license": "MIT",
5   "summary": "AFNetworking封装.增加取消指定的请求,避免重复请求,同时发起多个请求,缓存等功能",
6   "homepage": "https://github.com/GitHubXuLiying/Network",
7   "source": {
8     "git": "https://github.com/GitHubXuLiying/Network.git",
9     "tag": "1.0.3"
10   },
11   "source_files": "LYNetworkingKit/*.{h,m}",
12   "requires_arc": true,
13   "platforms": {
14     "ios": "7.0"
15   },
16   "frameworks": [
17     "UIKit",
18     "Foundation"
19   ],
20   "dependencies": {
21     "AFNetworking": [
23     ],
24     "PINCache": [
26     ]
27   },
28   "authors": {
29     "LY": "850401552@qq.com"
30   },
31   "social_media_url": "https://github.com/GitHubXuLiying",
32   "subspecs": [
33     {
34       "name": "Category",
35       "source_files": "LYNetworkingKit/Category/*.{h,m}"
36     },
37     {
38       "name": "Networking",
39       "source_files": "LYNetworkingKit/Networking/*.{h,m}",
40       "dependencies": {
41         "LYNetworkingKit/Category": [
43         ]
44       }
45     }
46   ]