[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / c / 2 / CordialUtility / 1.0.0 / CordialUtility.podspec.json
blob8ffcebf510ecab18ac87f5b950362d374ef98b9d
2   "name": "CordialUtility",
3   "version": "1.0.0",
4   "summary": "A serials of cordial utilities for UIKit.",
5   "description": "View, Category, Helper classes, etc.\nIt also contains some patches for standard libraries.",
6   "homepage": "https://github.com/xingheng/CordialUtility",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Will Han": "xingheng.hax@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xingheng/CordialUtility.git",
16     "tag": "1.0.0"
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           "CordialUtility/Core": [
31           ],
32           "CordialUtility/String": [
34           ],
35           "CordialUtility/Image": [
37           ],
38           "CordialUtility/Path": [
40           ],
41           "CordialUtility/Date": [
43           ],
44           "CordialUtility/View": [
46           ],
47           "CordialUtility/TableView": [
49           ],
50           "CordialUtility/CollectionView": [
52           ],
53           "CordialUtility/CustomView": [
55           ],
56           "CordialUtility/ViewController": [
58           ],
59           "CordialUtility/Application": [
61           ],
62           "CordialUtility/LayoutConstraint": [
64           ]
65         }
66       }
67     },
68     {
69       "name": "Core",
70       "source_files": "CordialUtility/Core/**/*",
71       "public_header_files": "CordialUtility/Core/*.h"
72     },
73     {
74       "name": "String",
75       "source_files": "CordialUtility/String/**/*",
76       "public_header_files": "CordialUtility/String/*.h"
77     },
78     {
79       "name": "Image",
80       "source_files": "CordialUtility/Image/**/*",
81       "public_header_files": "CordialUtility/Image/*.h"
82     },
83     {
84       "name": "Path",
85       "source_files": "CordialUtility/Path/**/*",
86       "public_header_files": "CordialUtility/Path/*.h"
87     },
88     {
89       "name": "Date",
90       "source_files": "CordialUtility/Date/**/*",
91       "public_header_files": "CordialUtility/Date/*.h"
92     },
93     {
94       "name": "View",
95       "source_files": "CordialUtility/View/**/*",
96       "public_header_files": "CordialUtility/View/*.h"
97     },
98     {
99       "name": "TableView",
100       "source_files": "CordialUtility/TableView/**/*",
101       "public_header_files": "CordialUtility/TableView/*.h"
102     },
103     {
104       "name": "CollectionView",
105       "source_files": "CordialUtility/CollectionView/**/*",
106       "public_header_files": "CordialUtility/CollectionView/*.h"
107     },
108     {
109       "name": "CustomView",
110       "dependencies": {
111         "CordialUtility/Core": [
113         ]
114       },
115       "source_files": "CordialUtility/CustomView/**/*",
116       "public_header_files": "CordialUtility/CustomView/*.h"
117     },
118     {
119       "name": "ViewController",
120       "source_files": "CordialUtility/ViewController/**/*",
121       "public_header_files": "CordialUtility/ViewController/*.h"
122     },
123     {
124       "name": "Application",
125       "source_files": "CordialUtility/Application/**/*",
126       "public_header_files": "CordialUtility/Application/*.h"
127     },
128     {
129       "name": "LayoutConstraint",
130       "source_files": "CordialUtility/LayoutConstraint/**/*",
131       "public_header_files": "CordialUtility/LayoutConstraint/*.h",
132       "dependencies": {
133         "Masonry": [
135         ]
136       }
137     }
138   ]