blob: 3b476e4c5b217d6f485f5c85c12ed2aec66e705d [file] [log] [blame]
{
"name": "MobiusNimble",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"module_name": "MobiusNimble",
"source_files": "MobiusNimble/Source/**/*.swift",
"frameworks": [
"XCTest"
],
"dependencies": {
"MobiusCore": [
"0.1.1"
],
"MobiusTest": [
"0.1.1"
],
"Nimble": [
"~> 7.0"
]
}
}