blob: 062315a77f58c70603142a8fda5c502c3ea5cc0f [file] [log] [blame]
{
"name": "Action",
"version": "1.3.0",
"summary": "Abstracts actions to be performed in RxSwift.",
"description": "Encapsulates an action to be performed, usually by a UIButton press.\n\nBut who knows what could have an action – the possibilities are endless!",
"homepage": "https://github.com/RxSwiftCommunity/Action",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/Action.git",
"tag": "1.3.0"
},
"source_files": "*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 2.6"
],
"RxCocoa": [
"~> 2.6"
]
},
"watchos": {
"exclude_files": [
"UIButton+Rx.swift",
"UIBarButtonItem+Action.swift",
"AlertAction.swift"
]
},
"osx": {
"exclude_files": [
"UIButton+Rx.swift",
"UIBarButtonItem+Action.swift",
"AlertAction.swift"
]
},
"tvos": {
"exclude_files": [
"UIBarButtonItem+Action.swift",
"AlertAction.swift"
]
}
}