blob: d5cc58dd2a04ce5de85482f12c4e18cdc03986be [file] [log] [blame]
{
"name": "OperantKit",
"version": "0.0.26",
"summary": "A tool for operant conditioning",
"description": "OperantKit is a tool for operant conditioning experiments for Swift",
"homepage": "https://github.com/YutoMizutani/OperantKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yuto Mizutani": "yuto.mizutani.dev@gmail.com"
},
"source": {
"git": "https://github.com/YutoMizutani/OperantKit.git",
"tag": "0.0.26"
},
"social_media_url": "https://twitter.com/EXPENSIVE_MAN",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "4.0",
"tvos": "11.0"
},
"requires_arc": true,
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"source_files": "Sources/**/**/*.swift"
}