| { |
| "name": "ReusableKit", |
| "version": "2.0.1", |
| "summary": "Generic reusables for Cocoa.", |
| "homepage": "https://github.com/devxoul/ReusableKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Suyeol Jeon": "devxoul@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/devxoul/ReusableKit.git", |
| "tag": "2.0.1" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "default_subspecs": "Core", |
| "pushed_with_swift_version": "4.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/ReusableKit/*.swift" |
| }, |
| { |
| "name": "RxSwift", |
| "source_files": "Sources/RxReusableKit/*.swift", |
| "dependencies": { |
| "ReusableKit/Core": [ |
| |
| ], |
| "RxSwift": [ |
| ">= 4.0.0-beta.0" |
| ], |
| "RxCocoa": [ |
| ">= 4.0.0-beta.0" |
| ] |
| } |
| } |
| ] |
| } |