[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 7 / d / 1 / Easyder / 0.1.6 / Easyder.podspec.json
blob541fd07fb7ae3d8682abd18b0b7ace7072ee88b3
2   "name": "Easyder",
3   "version": "0.1.6",
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.6"
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   },
39   "subspecs": [
40     {
41       "name": "Extension",
42       "source_files": "Easyder/Extension/*.{h,m}"
43     },
44     {
45       "name": "Utils",
46       "source_files": "Easyder/Utils/*.{h,m}"
47     },
48     {
49       "name": "Config",
50       "source_files": "Easyder/Config/*.{h,m}"
51     },
52     {
53       "name": "Lib",
54       "source_files": "Easyder/Lib/LYEmptyView/*.{h,m}"
55     },
56     {
57       "name": "Base",
58       "dependencies": {
59         "Easyder/Extension": [
61         ],
62         "Easyder/Utils": [
64         ],
65         "Easyder/Config": [
67         ],
68         "Easyder/Lib": [
70         ]
71       },
72       "source_files": "Easyder/Base/*.{h,m}"
73     }
74   ]