[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 5 / 1 / d / RecoilSwift / 0.2.0 / RecoilSwift.podspec.json
blob96ebe844947f1d77188f012dda68c0acab354e14
2   "name": "RecoilSwift",
3   "version": "0.2.0",
4   "summary": "RecoilSwift is a next generation state management library",
5   "description": "Recoil is a next generation state management library power by facebook. RecoilSwift is a implementation of recoil for swift and swiftUI. We are making it UIKit compatible",
6   "homepage": "https://github.com/hollyoops/RecoilSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hcli@thoughtworks.com": "hcli@thoughtworks.com"
13   },
14   "source": {
15     "git": "https://github.com/hollyoops/RecoilSwift.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "exclude_files": "Sources/**/*Spec.swift",
23   "swift_versions": "5",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": [
29         "Tests/**/*Spec.Swift",
30         "Sources/**/*Spec.swift"
31       ],
32       "dependencies": {
33         "Quick": [
35         ],
36         "Nimble": [
38         ]
39       }
40     }
41   ],
42   "swift_version": "5"