blob: 86827a7cb11808556c4d1b2c9baab6576e2fbb86 [file] [log] [blame]
{
"name": "MobiusExtras",
"version": "0.1-alpha",
"summary": "A functional reactive framework for managing state evolution and side-effects: Extra Helpers",
"authors": "Spotify AB",
"homepage": "https://github.com/spotify/Mobius.swift/tree/master/MobiusExtras",
"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": "MobiusExtras",
"source_files": "MobiusExtras/Source/**/*.swift",
"dependencies": {
"MobiusCore": [
"0.1-alpha"
]
}
}