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