[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / a / 7 / StylingKitThemes / 0.1.1 / StylingKitThemes.podspec.json
blob20883c45979d67cb31e02551d3965e87c37ee1a2
2   "name": "StylingKitThemes",
3   "version": "0.1.1",
4   "summary": "Themes repository for StylingKit.",
5   "description": "This pod is themes repository for StylingKit project. \nFor the list of available themse please refer to https://github.com/StylingKit/StylingKit",
6   "homepage": "https://github.com/StylingKit/StylingKitThemes",
7   "license": "MIT",
8   "authors": {
9     "Anton Matosov": "anton.matosov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/StylingKit/StylingKitThemes.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Pod/Classes/**.{h,m}",
24       "preserve_paths": [
25         "Pod/Assets/scripts"
26       ],
27       "resource_bundles": {
28         "StylingKitThemes": [
29           "Pod/Assets/icons/*.svg"
30         ]
31       }
32     },
33     {
34       "name": "blue",
35       "default_subspecs": "css",
36       "subspecs": [
37         {
38           "name": "css",
39           "resource_bundles": {
40             "StylingKitThemes-blue": [
41               "Pod/Assets/blue/css/*.css"
42             ]
43           },
44           "dependencies": {
45             "StylingKitThemes/Core": [
47             ]
48           }
49         },
50         {
51           "name": "scss",
52           "preserve_paths": [
53             "Pod/Assets/blue/scss/*.scss",
54             "Pod/Assets/blue/scripts"
55           ],
56           "dependencies": {
57             "StylingKitThemes/Core": [
59             ]
60           }
61         }
62       ]
63     }
64   ]