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