[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 8 / DYUtils / 0.0.6 / DYUtils.podspec.json
blobcfaef129b8bc0b2d3fdd512e130b78146672670b
2   "name": "DYUtils",
3   "version": "0.0.6",
4   "summary": "iOS 工具类",
5   "description": "iOS 常用工具类",
6   "homepage": "http://git.datayes.com/yiru.huang/DYUtils.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yiru.Huang": "yiru.huang@datayes.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "http://git.datayes.com/yiru.huang/DYUtils.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "DYUtils/DYUtils.pch",
22   "resources": "DYUtils/DYUtils.bundle",
23   "requires_arc": true,
24   "frameworks": "UIKit",
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.1.0"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "AFNetworkingUtil",
33       "source_files": "DYUtils/Utils/AFNetworkingUtil/*.{h,m}"
34     },
35     {
36       "name": "DYAVoidCrash",
37       "source_files": "DYUtils/Utils/DYAVoidCrash/*.{h,m}"
38     },
39     {
40       "name": "DYCommonTools",
41       "source_files": "DYUtils/Utils/DYCommonTools/**/*.{h,m}"
42     },
43     {
44       "name": "JMCacheUtil",
45       "source_files": "DYUtils/Utils/JMCacheUtil/*.{h,m}"
46     },
47     {
48       "name": "MLButton",
49       "source_files": "DYUtils/Utils/MLButton/*.{h,m}"
50     },
51     {
52       "name": "UILabel",
53       "source_files": "DYUtils/Utils/UILabel/*.{h,m}"
54     }
55   ]