blob: 7e8397c3dbff5467786c5ac0d690216e6fcadac1 [file] [log] [blame]
{
"name": "Action",
"version": "3.7.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": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/Action.git",
"tag": "3.7.0"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.3.0"
],
"RxCocoa": [
"~> 4.3.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"
]
}
}