blob: fa2d4cc92d66ea7bc43ec68c64931cff0e5e1ce3 [file] [log] [blame]
{
"name": "Action",
"version": "0.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/ashfurrow/Action.git",
"tag": "0.2.0"
},
"source_files": "*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta"
],
"RxCocoa": [
"~> 2.0.0-beta"
]
},
"watchos": {
"exclude_files": [
"UIButton+Rx.swift",
"UIBarButtonItem+Action.swift"
]
},
"osx": {
"exclude_files": [
"UIButton+Rx.swift",
"UIBarButtonItem+Action.swift"
]
},
"tvos": {
"exclude_files": "UIBarButtonItem+Action.swift"
}
}