| { |
| "name": "Rex", |
| "module_name": "Rex", |
| "version": "0.4.0", |
| "summary": "Additional ReactiveCocoa operators", |
| "description": "Extensions for ReactiveCocoa that may not fit in the core framework.", |
| "homepage": "https://github.com/neilpa/Rex", |
| "license": "MIT", |
| "authors": { |
| "Neil Pankey": "npankey@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "source": { |
| "git": "https://github.com/neilpa/Rex.git", |
| "tag": "v0.4.0" |
| }, |
| "source_files": "Source/**/*.swift", |
| "ios": { |
| "exclude_files": "Source/AppKit/*", |
| "frameworks": "UIKit" |
| }, |
| "osx": { |
| "exclude_files": "Source/UIKit/*", |
| "frameworks": "AppKit" |
| }, |
| "dependencies": { |
| "ReactiveCocoa": [ |
| "~> 3.0" |
| ] |
| } |
| } |