| { |
| "name": "Omnia", |
| "version": "2.0", |
| "summary": "Everything your project needs to know", |
| "homepage": "https://github.com/onmyway133/Omnia", |
| "license": "MIT", |
| "authors": { |
| "Khoa Pham": "onmyway133@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/onmyway133/Omnia.git", |
| "tag": "2.0" |
| }, |
| "social_media_url": "https://twitter.com/onmyway133", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Pod/Classes/Core/*.swift", |
| "frameworks": "UIKit" |
| }, |
| { |
| "name": "Extra", |
| "source_files": "Pod/Classes/Extra/*.swift", |
| "frameworks": [ |
| "UIKit", |
| "CoreLocation", |
| "MessageUI", |
| "AVFoundation" |
| ] |
| } |
| ] |
| } |