| { |
| "name": "RxReusable", |
| "version": "0.3.0", |
| "summary": "Reusable cells and views for RxSwift", |
| "homepage": "https://github.com/devxoul/RxReusable", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Suyeol Jeon": "devxoul@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/devxoul/RxReusable.git", |
| "tag": "0.3.0" |
| }, |
| "source_files": "RxReusable/Sources/*.swift", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "RxSwift": [ |
| ">= 3.0" |
| ], |
| "RxCocoa": [ |
| ">= 3.0" |
| ] |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |