blob: a1234d46b7af4d1f4ed6bc0aba73c320ec329942 [file] [log] [blame]
{
"name": "SwiduxWatchmen",
"version": "0.2.0",
"summary": "Middleware for action side effects in Swidux using “Watchmen“ 🙂",
"homepage": "https://github.com/clmntcrl/swidux-echo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Clément Cyril": "cyril@clmntcrl.io"
},
"social_media_url": "http://twitter.com/clmntcrl",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/clmntcrl/swidux-watchmen.git",
"tag": "0.2.0"
},
"frameworks": "XCTest",
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"dependencies": {
"Swidux": [
"~> 1.0.0"
]
}
}