| { |
| "name": "ThemeKit", |
| "version": "0.2.1", |
| "license": { |
| "type": "MIT" |
| }, |
| "summary": "Simple theming of apps for consistent design from TheDistance.", |
| "homepage": "https://github.com/thedistance", |
| "authors": { |
| "The Distance": "dev@thedistance.co.uk" |
| }, |
| "source": { |
| "git": "https://github.com/thedistance/ThemeKit.git", |
| "tag": "0.2.1" |
| }, |
| "swift_version": "4.2", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "ios": { |
| "public_header_files": "ThemeKit/ThemeKit/**/*.h" |
| }, |
| "source_files": [ |
| "ThemeKit/ThemeKit/**/*.swift", |
| "ThemeKit/ThemeKit/**/*.m", |
| "ThemeKit/ThemeKit/**/*.h" |
| ], |
| "requires_arc": true, |
| "module_name": "ThemeKitCore" |
| } |