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