| { |
| "name": "Omnia", |
| "summary": "Everything your projects need to know", |
| "version": "3.1.0", |
| "homepage": "https://github.com/onmyway133/Omnia", |
| "license": "MIT", |
| "authors": { |
| "Khoa Pham": "onmyway133@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/onmyway133/Omnia.git", |
| "tag": "3.1.0" |
| }, |
| "social_media_url": "https://twitter.com/onmyway133", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "12.0", |
| "watchos": "4.0" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "source_files": "Sources/{iOS,Shared}/**/*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| }, |
| "tvos": { |
| "source_files": "Sources/{iOS,tvOS,Shared}/**/*" |
| }, |
| "osx": { |
| "source_files": "Sources/{macOS,Shared}/**/*", |
| "frameworks": [ |
| "Cocoa", |
| "Foundation" |
| ] |
| }, |
| "watchos": { |
| "source_files": "Sources/{watchOS,Shared}/**/*" |
| }, |
| "swift_versions": "5.0" |
| } |