[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / d / e / AFNetworking+Ext / 0.4 / AFNetworking+Ext.podspec.json
blob9b96338afdb50cdce902fcb71d79a2e9826e7808
2   "name": "AFNetworking+Ext",
3   "version": "0.4",
4   "summary": "AFNetworking的封装, 并提供一个 UIImageView+DYLoading  cache in fileSystem",
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   "source": {
14     "git": "https://github.com/junhaiyang/AFNetworkingExt.git",
15     "tag": "0.4"
16   },
17   "requires_arc": true,
18   "dependencies": {
19     "AFNetworking": [
21     ],
22     "AFNetworkActivityLogger": [
24     ],
25     "AFgzipRequestSerializer": [
27     ],
28     "AFOnoResponseSerializer": [
30     ],
31     "Godzippa": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Base",
38       "source_files": "Ext/*.{h,m,mm}",
39       "dependencies": {
40         "AFNetworking+Ext/AFCustomRequestOperation": [
42         ],
43         "AFNetworking+Ext/AFDownloadRequestOperation": [
45         ],
46         "AFNetworking+Ext/AFTextResponseSerializer": [
48         ]
49       }
50     },
51     {
52       "name": "AFCustomRequestOperation",
53       "source_files": "AFCustomRequestOperation/*.{h,m,mm}"
54     },
55     {
56       "name": "AFDownloadRequestOperation",
57       "dependencies": {
58         "AFNetworking+Ext/AFCustomRequestOperation": [
60         ]
61       },
62       "source_files": "AFDownloadRequestOperation/*.{h,m,mm}"
63     },
64     {
65       "name": "AFTextResponseSerializer",
66       "source_files": "AFTextResponseSerializer/*.{h,m,mm}"
67     },
68     {
69       "name": "example",
70       "dependencies": {
71         "AFNetworking+Ext/Base": [
73         ]
74       },
75       "source_files": "*.{h,m,mm}"
76     },
77     {
78       "name": "UIKit",
79       "subspecs": [
80         {
81           "name": "UIImageView+DYLoading",
82           "dependencies": {
83             "AFNetworking+Ext/AFDownloadRequestOperation": [
85             ],
86             "AFNetworking+Ext/Base": [
88             ],
89             "MYSCategoryProperties": [
91             ]
92           },
93           "source_files": "UIKit/UIImageView+DYLoading/*.{h,m,mm}"
94         }
95       ]
96     }
97   ]