[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / f / MobiusTest / 0.1.1 / MobiusTest.podspec.json
blobdb110ca8ba48d46362045c4c0874a20b61c2402e
2   "name": "MobiusTest",
3   "version": "0.1.1",
4   "summary": "A functional reactive framework for managing state evolution and side-effects: Test Helpers",
5   "authors": "Spotify AB",
6   "homepage": "https://github.com/spotify/Mobius.swift/tree/master/MobiusTest",
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": "MobiusTest",
21   "source_files": "MobiusTest/Source/**/*.swift",
22   "frameworks": [
23     "XCTest"
24   ],
25   "dependencies": {
26     "MobiusCore": [
27       "0.1.1"
28     ]
29   }