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