blob: 1965e1a168885da69eb75f838d2a7c6db0a1e29f [file] [log] [blame]
{
"name": "MobiusNimble",
"version": "0.3.0",
"summary": "A functional reactive framework for managing state evolution and side-effects: Nimble Helpers",
"authors": "Spotify AB",
"homepage": "https://github.com/spotify/Mobius.swift/tree/master/MobiusNimble",
"social_media_url": "https://twitter.com/spotifyeng",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/spotify/Mobius.swift.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"module_name": "MobiusNimble",
"source_files": "MobiusNimble/Source/**/*.swift",
"frameworks": [
"XCTest"
],
"dependencies": {
"MobiusCore": [
"0.3.0"
],
"MobiusTest": [
"0.3.0"
],
"Nimble": [
"~> 8.0.7"
]
},
"swift_version": "5.0"
}