blob: 661fdab6f3876e35c6faa519563c3f6211609a25 [file] [log] [blame]
{
"name": "Rex",
"module_name": "Rex",
"version": "0.4.0-swift2",
"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"
},
"source": {
"git": "https://github.com/bjarkehs/Rex.git",
"tag": "v0.4.0-swift2"
},
"source_files": "Source/**/*.swift",
"ios": {
"exclude_files": "Source/AppKit/*",
"frameworks": "UIKit"
},
"dependencies": {
"ReactiveCocoa": [
"4.0.2-alpha-1"
]
}
}