blob: 1b208790c4be07faed4f901d93e65851f05bc708 [file] [log] [blame]
{
"name": "Rex",
"module_name": "Rex",
"version": "0.9.0-RC.2",
"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.9.0-RC.2"
},
"dependencies": {
"ReactiveCocoa": [
"4.0.0-RC.2"
]
},
"ios": {
"frameworks": "UIKit",
"exclude_files": "Source/AppKit/*"
},
"osx": {
"frameworks": "AppKit",
"exclude_files": "Source/UIKit/*"
},
"source_files": "Source/**/*.swift",
"tvos": {
"exclude_files": "Source/AppKit/*"
},
"watchos": {
"exclude_files": [
"Source/AppKit/*",
"Source/UIKit/*"
]
}
}