[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 5 / MobiusNimble / 0.1.1 / MobiusNimble.podspec.json
blob3b476e4c5b217d6f485f5c85c12ed2aec66e705d
2   "name": "MobiusNimble",
3   "version": "0.1.1",
4   "summary": "A functional reactive framework for managing state evolution and side-effects: Nimble Helpers",
5   "authors": "Spotify AB",
6   "homepage": "https://github.com/spotify/Mobius.swift/tree/master/MobiusNimble",
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": "0.1.1"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_version": "4.2",
20   "module_name": "MobiusNimble",
21   "source_files": "MobiusNimble/Source/**/*.swift",
22   "frameworks": [
23     "XCTest"
24   ],
25   "dependencies": {
26     "MobiusCore": [
27       "0.1.1"
28     ],
29     "MobiusTest": [
30       "0.1.1"
31     ],
32     "Nimble": [
33       "~> 7.0"
34     ]
35   }