blob: 3aa19c0838574370f52aedc4fcf3738e97c5a9fb [file] [log] [blame]
{
"name": "MobiusTest",
"version": "0.2.0",
"summary": "A functional reactive framework for managing state evolution and side-effects: Test Helpers",
"authors": "Spotify AB",
"homepage": "https://github.com/spotify/Mobius.swift/tree/master/MobiusTest",
"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.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"module_name": "MobiusTest",
"source_files": "MobiusTest/Source/**/*.swift",
"frameworks": [
"XCTest"
],
"dependencies": {
"MobiusCore": [
"0.2.0"
]
}
}