[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 1 / d / e / DSUtility / 0.5.5 / DSUtility.podspec.json
blob77e64401ee3b7895641842feecbb28f40736eb13
2   "name": "DSUtility",
3   "version": "0.5.5",
4   "summary": "A serials of class utilities by Dragon Source.",
5   "description": "View, Category, Helper class, a lot of utilities in it.",
6   "homepage": "https://bitbucket.org/UItachi/dsutility",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Will Han": "xingheng.hax@qq.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/UItachi/dsutility.git",
16     "tag": "0.5.5"
17   },
18   "social_media_url": "https://github.com/xingheng",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "frameworks": "UIKit",
23   "default_subspecs": "All",
24   "subspecs": [
25     {
26       "name": "All",
27       "ios": {
28         "dependencies": {
29           "DSUtility/Core": [
31           ],
32           "DSUtility/String": [
34           ],
35           "DSUtility/Image": [
37           ],
38           "DSUtility/Path": [
40           ],
41           "DSUtility/Date": [
43           ],
44           "DSUtility/View": [
46           ],
47           "DSUtility/TableView": [
49           ],
50           "DSUtility/CollectionView": [
52           ],
53           "DSUtility/CustomView": [
55           ],
56           "DSUtility/ViewController": [
58           ],
59           "DSUtility/Encryption": [
61           ],
62           "DSUtility/System": [
64           ],
65           "DSUtility/Logger": [
67           ],
68           "DSUtility/LayoutConstraint": [
70           ]
71         }
72       }
73     },
74     {
75       "name": "Core",
76       "source_files": "DSUtility/Core/**/*",
77       "public_header_files": "DSUtility/Core/*.h"
78     },
79     {
80       "name": "String",
81       "source_files": "DSUtility/String/**/*",
82       "public_header_files": "DSUtility/String/*.h"
83     },
84     {
85       "name": "Image",
86       "source_files": "DSUtility/Image/**/*",
87       "public_header_files": "DSUtility/Image/*.h"
88     },
89     {
90       "name": "Path",
91       "source_files": "DSUtility/Path/**/*",
92       "public_header_files": "DSUtility/Path/*.h"
93     },
94     {
95       "name": "Date",
96       "source_files": "DSUtility/Date/**/*",
97       "public_header_files": "DSUtility/Date/*.h"
98     },
99     {
100       "name": "View",
101       "source_files": "DSUtility/View/**/*",
102       "public_header_files": "DSUtility/View/*.h"
103     },
104     {
105       "name": "TableView",
106       "source_files": "DSUtility/TableView/**/*",
107       "public_header_files": "DSUtility/TableView/*.h"
108     },
109     {
110       "name": "CollectionView",
111       "source_files": "DSUtility/CollectionView/**/*",
112       "public_header_files": "DSUtility/CollectionView/*.h"
113     },
114     {
115       "name": "CustomView",
116       "dependencies": {
117         "DSUtility/Core": [
119         ]
120       },
121       "source_files": "DSUtility/CustomView/**/*",
122       "public_header_files": "DSUtility/CustomView/*.h"
123     },
124     {
125       "name": "ViewController",
126       "source_files": "DSUtility/ViewController/**/*",
127       "public_header_files": "DSUtility/ViewController/*.h"
128     },
129     {
130       "name": "Encryption",
131       "source_files": "DSUtility/Encryption/**/*",
132       "public_header_files": "DSUtility/Encryption/*.h"
133     },
134     {
135       "name": "System",
136       "source_files": "DSUtility/System/**/*",
137       "public_header_files": "DSUtility/System/*.h"
138     },
139     {
140       "name": "Logger",
141       "source_files": "DSUtility/Logger/**/*",
142       "public_header_files": "DSUtility/Logger/*.h",
143       "dependencies": {
144         "CocoaLumberjack": [
146         ]
147       }
148     },
149     {
150       "name": "LayoutConstraint",
151       "source_files": "DSUtility/LayoutConstraint/**/*",
152       "public_header_files": "DSUtility/LayoutConstraint/*.h",
153       "dependencies": {
154         "Masonry": [
156         ]
157       }
158     }
159   ]