| { |
| "name": "StylingKitThemes", |
| "version": "0.1.1", |
| "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.1" |
| }, |
| "platforms": { |
| "ios": "8.1" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Pod/Classes/**.{h,m}", |
| "preserve_paths": [ |
| "Pod/Assets/scripts" |
| ], |
| "resource_bundles": { |
| "StylingKitThemes": [ |
| "Pod/Assets/icons/*.svg" |
| ] |
| } |
| }, |
| { |
| "name": "blue", |
| "default_subspecs": "css", |
| "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": [ |
| |
| ] |
| } |
| } |
| ] |
| } |
| ] |
| } |