[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / a / 6 / MobiusExtras / 0.1-alpha / MobiusExtras.podspec.json
blob86827a7cb11808556c4d1b2c9baab6576e2fbb86
2   "name": "MobiusExtras",
3   "version": "0.1-alpha",
4   "summary": "A functional reactive framework for managing state evolution and side-effects: Extra Helpers",
5   "authors": "Spotify AB",
6   "homepage": "https://github.com/spotify/Mobius.swift/tree/master/MobiusExtras",
7   "social_media_url": "https://twitter.com/spotifyeng",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/spotify/Mobius.swift.git",
14     "tag": "v0.1-alpha"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_version": "4.2",
20   "module_name": "MobiusExtras",
21   "source_files": "MobiusExtras/Source/**/*.swift",
22   "dependencies": {
23     "MobiusCore": [
24       "0.1-alpha"
25     ]
26   }