| { |
| "name": "LimeUI", |
| "version": "0.9.0", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "summary": "Supporting UI classes developed and used by Lime - HighTech Solution", |
| "homepage": "https://github.com/lime-company/swift-lime-ui", |
| "social_media_url": "https://twitter.com/lime_company", |
| "authors": { |
| "Lime - HighTech Solution s.r.o.": "support@lime-company.eu" |
| }, |
| "source": { |
| "git": "https://github.com/lime-company/swift-lime-ui.git", |
| "tag": "0.9.0" |
| }, |
| "swift_version": "4.0", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "LimeLocalization": [ |
| |
| ] |
| }, |
| "default_subspecs": "Base", |
| "subspecs": [ |
| { |
| "name": "Base", |
| "source_files": "Source/Base/*.swift" |
| }, |
| { |
| "name": "EmbeddingViewController", |
| "source_files": "Source/EmbeddingViewController/*.swift" |
| } |
| ] |
| } |