[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 8 / DYUtils / 1.0.6 / DYUtils.podspec.json
blob8e464f4efdac4adb8bb05b08294c943f126f5b4e
2   "name": "DYUtils",
3   "version": "1.0.6",
4   "summary": "iOS 工具类",
5   "description": "iOS 常用工具类",
6   "homepage": "http://git.datayes.com/iOS-Library/DYAppearance.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": "1.0.6"
20   },
21   "source_files": "DYUtils/DYUtils.pch",
22   "resources": [
23     "DYUtils/DYUtils.bundle",
24     "DYUtils/DYAppearance.bundle"
25   ],
26   "requires_arc": true,
27   "frameworks": "UIKit",
28   "subspecs": [
29     {
30       "name": "DYAVoidCrash",
31       "source_files": "DYUtils/Utils/DYAVoidCrash/*.{h,m}"
32     },
33     {
34       "name": "DYCommonTools",
35       "source_files": "DYUtils/Utils/DYCommonTools/**/*.{h,m}"
36     },
37     {
38       "name": "JMCacheUtil",
39       "source_files": "DYUtils/Utils/JMCacheUtil/*.{h,m}"
40     },
41     {
42       "name": "MLButton",
43       "source_files": "DYUtils/Utils/MLButton/*.{h,m}"
44     },
45     {
46       "name": "UILabel",
47       "source_files": "DYUtils/Utils/UILabel/*.{h,m}"
48     },
49     {
50       "name": "ToastUtil",
51       "source_files": "DYUtils/Utils/ToastUtil/*.{h,m}"
52     },
53     {
54       "name": "DYAppearance",
55       "source_files": "DYUtils/Utils/DYAppearance/*.{h,m}",
56       "public_header_files": "DYUtils/Utils/DYAppearance/DYAppearance.h"
57     }
58   ]