[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / a / 7 / StylingKitThemes / 0.1.2 / StylingKitThemes.podspec.json
blob6e5262bf49cb84c11fb145292f4e8f6eab2eae82
2   "name": "StylingKitThemes",
3   "version": "0.1.2",
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.2"
14   },
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "default_subspecs": "All",
24       "subspecs": [
25         {
26           "name": "All",
27           "dependencies": {
28             "StylingKitThemes/Core/Scripts": [
30             ],
31             "StylingKitThemes/Core/Icons": [
33             ]
34           }
35         },
36         {
37           "name": "Icons",
38           "source_files": "Pod/Classes/**.{h,m}",
39           "resource_bundles": {
40             "StylingKitThemes": [
41               "Pod/Assets/icons/*.svg"
42             ]
43           }
44         },
45         {
46           "name": "Scripts",
47           "preserve_paths": [
48             "Pod/Assets/scripts"
49           ]
50         }
51       ]
52     },
53     {
54       "name": "blue",
55       "default_subspecs": "css",
56       "subspecs": [
57         {
58           "name": "css",
59           "resource_bundles": {
60             "StylingKitThemes-blue": [
61               "Pod/Assets/blue/css/*.css"
62             ]
63           },
64           "dependencies": {
65             "StylingKitThemes/Core": [
67             ]
68           }
69         },
70         {
71           "name": "scss",
72           "preserve_paths": [
73             "Pod/Assets/blue/scss/*.scss",
74             "Pod/Assets/blue/scripts"
75           ],
76           "dependencies": {
77             "StylingKitThemes/Core": [
79             ]
80           }
81         }
82       ]
83     }
84   ]