| { |
| "name": "RxLifeCycle", |
| "summary": "Easy life cycle observation", |
| "version": "1.0.0", |
| "homepage": "https://github.com/onmyway133/RxLifeCycle", |
| "license": "MIT", |
| "authors": { |
| "Khoa Pham": "onmyway133@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/onmyway133/RxLifeCycle.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/onmyway133", |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.2" |
| }, |
| "requires_arc": true, |
| "source_files": "Sources/**/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.0" |
| ], |
| "RxCocoa": [ |
| "~> 4.0" |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "4.0" |
| }, |
| "pushed_with_swift_version": "4.0" |
| } |