[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / d / 1 / Easyder / 0.2.3 / Easyder.podspec.json
blob0b301794636d2577cd16aade507567ec29c11490
2   "name": "Easyder",
3   "version": "0.2.3",
4   "summary": "Classes that improve development efficiency and simplify the project framework",
5   "homepage": "https://github.com/yanshuimu/Easyder",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yanshuimu": "593692553@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/yanshuimu/Easyder.git",
15     "tag": "0.2.3"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "Easyder/Easyder.h",
21   "resources": "Easyder/Resources/*.{png,bundle}",
22   "dependencies": {
23     "MJRefresh": [
25     ],
26     "MBProgressHUD": [
28     ],
29     "SDCycleScrollView": [
31     ],
32     "FDFullscreenPopGesture": [
34     ],
35     "UICKeyChainStore": [
37     ],
38     "AFNetworking": [
40     ],
41     "MJExtension": [
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Extension",
48       "source_files": "Easyder/Extension/*.{h,m}"
49     },
50     {
51       "name": "Utils",
52       "source_files": "Easyder/Utils/*.{h,m}"
53     },
54     {
55       "name": "Config",
56       "source_files": "Easyder/Config/*.{h,m}"
57     },
58     {
59       "name": "Network",
60       "source_files": "Easyder/Network/*.{h,m}"
61     },
62     {
63       "name": "Lib",
64       "subspecs": [
65         {
66           "name": "LYEmptyView",
67           "source_files": "Easyder/Lib/LYEmptyView/*.{h,m}"
68         },
69         {
70           "name": "CountingLabel",
71           "source_files": "Easyder/Lib/CountingLabel/*.{h,m}"
72         },
73         {
74           "name": "HGTimerButton",
75           "source_files": "Easyder/Lib/HGTimerButton/*.{h,m}"
76         }
77       ]
78     },
79     {
80       "name": "Base",
81       "dependencies": {
82         "Easyder/Extension": [
84         ],
85         "Easyder/Utils": [
87         ],
88         "Easyder/Config": [
90         ],
91         "Easyder/Lib": [
93         ],
94         "Easyder/Network": [
96         ]
97       },
98       "source_files": "Easyder/Base/*.{h,m}"
99     }
100   ]