[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / a / c / 7 / DarkEggKit / 0.1.0 / DarkEggKit.podspec.json
blobc7f0be361db55cf4e013e7e112f098c6f7ed7991
2   "name": "DarkEggKit",
3   "version": "0.1.0",
4   "summary": "DarkEgg UI Kit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/darkzero/DarkEggKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "darkzero": "darkzero_mk2@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/darkzero/DarkEggKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "Common",
22   "subspecs": [
23     {
24       "name": "Common",
25       "source_files": "DarkEggKit/Classes/Common/*"
26     },
27     {
28       "name": "PaddingLabel",
29       "source_files": "DarkEggKit/Classes/PaddingLabel/*",
30       "dependencies": {
31         "DarkEggKit/Common": [
33         ]
34       }
35     },
36     {
37       "name": "PopupMessage",
38       "source_files": "DarkEggKit/Classes/PopupMessage/*",
39       "dependencies": {
40         "DarkEggKit/Common": [
42         ]
43       },
44       "resources": [
45         "DarkEggKit/Classes/PopupMessage/*.xcassets"
46       ]
47     },
48     {
49       "name": "SideMenu",
50       "source_files": "DarkEggKit/Classes/SideMenu/*",
51       "dependencies": {
52         "DarkEggKit/Common": [
54         ]
55       }
56     }
57   ]