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