[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / d / e / AFNetworking+Ext / 1.2 / AFNetworking+Ext.podspec.json
blob2e0bd7701bada0d858f171d798f862efa4d267df
2   "name": "AFNetworking+Ext",
3   "version": "1.2",
4   "summary": "AFNetworking的封装, 并提供一个 UIImageView+DYLoading  cache in fileSystem+memory",
5   "homepage": "https://github.com/junhaiyang/AFNetworkingExt",
6   "license": "MIT",
7   "authors": {
8     "yangjunhai": "junhaiyang@gmail.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "ios": {
14     "frameworks": "UIKit"
15   },
16   "source": {
17     "git": "https://github.com/junhaiyang/AFNetworkingExt.git",
18     "tag": "1.2"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "AFNetworkActivityLogger": [
27     ],
28     "AFgzipRequestSerializer": [
30     ],
31     "AFOnoResponseSerializer": [
33     ],
34     "Godzippa": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "Base",
41       "source_files": "Ext/*.{h,m,mm}",
42       "dependencies": {
43         "AFNetworking+Ext/AFCustomRequestOperation": [
45         ],
46         "AFNetworking+Ext/AFDownloadRequestOperation": [
48         ],
49         "AFNetworking+Ext/AFTextResponseSerializer": [
51         ]
52       }
53     },
54     {
55       "name": "AFCustomRequestOperation",
56       "source_files": "AFCustomRequestOperation/*.{h,m,mm}"
57     },
58     {
59       "name": "AFDownloadRequestOperation",
60       "dependencies": {
61         "AFNetworking+Ext/AFCustomRequestOperation": [
63         ]
64       },
65       "source_files": "AFDownloadRequestOperation/*.{h,m,mm}"
66     },
67     {
68       "name": "AFTextResponseSerializer",
69       "source_files": "AFTextResponseSerializer/*.{h,m,mm}"
70     },
71     {
72       "name": "example",
73       "dependencies": {
74         "AFNetworking+Ext/Base": [
76         ]
77       },
78       "source_files": "*.{h,m,mm}"
79     },
80     {
81       "name": "UIKit",
82       "subspecs": [
83         {
84           "name": "UIImageView+DYLoading",
85           "dependencies": {
86             "AFNetworking+Ext/AFDownloadRequestOperation": [
88             ],
89             "AFNetworking+Ext/Base": [
91             ]
92           },
93           "source_files": "UIKit/UIImageView+DYLoading/*.{h,m,mm}"
94         }
95       ]
96     }
97   ]