blob: 63530fb4ad563433328c5a51af525cf9701045d9 [file] [log] [blame]
{
"name": "Rex",
"module_name": "Rex",
"version": "0.10.0",
"summary": "ReactiveCocoa Extensions",
"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",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/neilpa/Rex.git",
"tag": "0.10.0"
},
"dependencies": {
"ReactiveCocoa": [
"~> 4.1"
]
},
"ios": {
"frameworks": "UIKit",
"exclude_files": "Source/AppKit/*"
},
"tvos": {
"frameworks": "UIKit",
"exclude_files": [
"Source/AppKit/*",
"Source/UIKit/UIDatePicker.swift",
"Source/UIKit/UISwitch.swift"
]
},
"osx": {
"frameworks": "AppKit",
"exclude_files": "Source/UIKit/*"
},
"source_files": "Source/**/*.swift",
"watchos": {
"exclude_files": [
"Source/AppKit/*",
"Source/UIKit/*"
]
}
}