blob: 5889b728d4e47c85458b59bdcd5656879cc373d9 [file] [log] [blame]
{
"name": "StylingKitThemes",
"version": "0.1.3",
"summary": "Themes repository for StylingKit.",
"description": "This pod is themes repository for StylingKit project. \nFor the list of available themse please refer to https://github.com/StylingKit/StylingKit",
"homepage": "https://github.com/StylingKit/StylingKitThemes",
"license": "MIT",
"authors": {
"Anton Matosov": "anton.matosov@gmail.com"
},
"source": {
"git": "https://github.com/StylingKit/StylingKitThemes.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"default_subspecs": "Core/All",
"subspecs": [
{
"name": "Core",
"subspecs": [
{
"name": "All",
"dependencies": {
"StylingKitThemes/Core/Scripts": [
],
"StylingKitThemes/Core/Icons": [
]
}
},
{
"name": "Icons",
"source_files": "Pod/Classes/**.{h,m}",
"resource_bundles": {
"StylingKitThemes": [
"Pod/Assets/icons/*.svg"
]
}
},
{
"name": "Scripts",
"preserve_paths": [
"Pod/Assets/scripts"
]
}
]
},
{
"name": "blue",
"subspecs": [
{
"name": "css",
"resource_bundles": {
"StylingKitThemes-blue": [
"Pod/Assets/blue/css/*.css"
]
},
"dependencies": {
"StylingKitThemes/Core": [
]
}
},
{
"name": "scss",
"preserve_paths": [
"Pod/Assets/blue/scss/*.scss",
"Pod/Assets/blue/scripts"
],
"dependencies": {
"StylingKitThemes/Core": [
]
}
}
]
}
]
}