[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / f / 8 / DYUtils / 1.0.0 / DYUtils.podspec.json
blob35c8e2172b41c0e86c526fa13c237bfa8ed646fc
2   "name": "DYUtils",
3   "version": "1.0.0",
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.0"
20   },
21   "vendored_frameworks": [
22     "DYUtils/Frameworks/FMDB.framework"
23   ],
24   "resources": [
25     "DYUtils/DYUtils.bundle",
26     "DYUtils/DYAppearance.bundle"
27   ],
28   "requires_arc": true,
29   "frameworks": "UIKit",
30   "subspecs": [
31     {
32       "name": "DYAVoidCrash",
33       "source_files": "DYUtils/Utils/DYAVoidCrash/*.{h,m}"
34     },
35     {
36       "name": "DYCommonTools",
37       "source_files": "DYUtils/Utils/DYCommonTools/**/*.{h,m}"
38     },
39     {
40       "name": "JMCacheUtil",
41       "source_files": "DYUtils/Utils/JMCacheUtil/*.{h,m}"
42     },
43     {
44       "name": "MLButton",
45       "source_files": "DYUtils/Utils/MLButton/*.{h,m}"
46     },
47     {
48       "name": "UILabel",
49       "source_files": "DYUtils/Utils/UILabel/*.{h,m}"
50     },
51     {
52       "name": "ToastUtil",
53       "source_files": "DYUtils/Utils/ToastUtil/*.{h,m}"
54     },
55     {
56       "name": "DYAppearance",
57       "source_files": "DYUtils/Utils/DYAppearance/*.{h,m}",
58       "public_header_files": "DYUtils/Utils/DYAppearance/DYAppearance.h"
59     },
60     {
61       "name": "Test",
62       "source_files": "DYUtils/Utils/Test/*.{h,m}",
63       "public_header_files": "DYUtils/Utils/Test/Test.h"
64     }
65   ]