[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 1 / d / RecoilSwift / 0.2.1 / RecoilSwift.podspec.json
blob11856362f6df35cf79ace8230e37ae40fdd9fc45
2   "name": "RecoilSwift",
3   "version": "0.2.1",
4   "summary": "RecoilSwift is a next generation state management library",
5   "description": "RecoilSwift is a lightweight & reactive swift state management library. It's an alternate option to replace of the `Redux(reswift/tca)` or `MVVM`",
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.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "exclude_files": "Sources/**/*Tests.swift",
23   "swift_versions": "5",
24   "dependencies": {
25     "Hooks": [
26       "~> 0.0.3"
27     ]
28   },
29   "swift_version": "5"