blob: eef0a8ea6affb088e116761de4870a2c71246e6f [file] [log] [blame]
{
"name": "Rex",
"module_name": "Rex",
"version": "0.9.0-alpha.3",
"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"
},
"source": {
"git": "https://github.com/neilpa/Rex.git",
"tag": "0.9.0-alpha.3"
},
"source_files": "Source/**/*.swift",
"ios": {
"exclude_files": "Source/AppKit/*",
"frameworks": "UIKit"
},
"osx": {
"exclude_files": "Source/UIKit/*",
"frameworks": "AppKit"
},
"dependencies": {
"ReactiveCocoa": [
"4.0.0-alpha-3"
]
}
}