[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / d / 1 / Easyder / 0.1.7 / Easyder.podspec.json
blob70ae587457c96c928f3b43ca69c16352142d5984
2   "name": "Easyder",
3   "version": "0.1.7",
4   "summary": "Classes that improve development efficiency",
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.1.7"
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   },
42   "subspecs": [
43     {
44       "name": "Extension",
45       "source_files": "Easyder/Extension/*.{h,m}"
46     },
47     {
48       "name": "Utils",
49       "source_files": "Easyder/Utils/*.{h,m}"
50     },
51     {
52       "name": "Config",
53       "source_files": "Easyder/Config/*.{h,m}"
54     },
55     {
56       "name": "Network",
57       "source_files": "Easyder/Network/*.{h,m}"
58     },
59     {
60       "name": "Lib",
61       "source_files": [
62         "Easyder/Lib/LYEmptyView/*.{h,m}",
63         "Easyder/Lib/CountingLabel/*.{h,m}",
64         "Easyder/Lib/HGTimerButton/*.{h,m}"
65       ]
66     },
67     {
68       "name": "Base",
69       "dependencies": {
70         "Easyder/Extension": [
72         ],
73         "Easyder/Utils": [
75         ],
76         "Easyder/Config": [
78         ],
79         "Easyder/Lib": [
81         ]
82       },
83       "source_files": "Easyder/Base/*.{h,m}"
84     }
85   ]