blob: 11becbaca9ce87210f66632de8755687df6ee2c0 [file] [log] [blame]
{
"name": "Action",
"version": "4.1.0",
"summary": "Abstracts actions to be performed in RxSwift.",
"description": "Encapsulates an action to be performed, usually by a button press, but also useful to pass actions to execute later\n(once or multiple times) without having to expose other objects.",
"homepage": "https://github.com/RxSwiftCommunity/Action",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"RxSwift Community": "community@rxswift.org"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/Action.git",
"tag": "4.1.0"
},
"source_files": "Sources/**/*.{swift}",
"swift_versions": "5.0",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"watchos": {
"exclude_files": [
"Control+Action.swift",
"Button+Action.swift",
"UIBarButtonItem+Action.swift",
"UIAlertAction+Action.swift"
]
},
"osx": {
"exclude_files": [
"UIBarButtonItem+Action.swift",
"UIAlertAction+Action.swift"
]
},
"tvos": {
"exclude_files": [
"UIBarButtonItem+Action.swift",
"UIAlertAction+Action.swift"
]
},
"swift_version": "5.0"
}