{ "name": "Action", "version": "1.2.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/ashfurrow/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.2.0" }, "source_files": "*.{swift}", "frameworks": "Foundation", "dependencies": { "RxSwift": [ "~> 2.1.0" ], "RxCocoa": [ "~> 2.1.0" ] }, "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" ] } }