[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / e / 0 / MobS / 0.3.4 / MobS.podspec.json
blob8e7cf2238b4a312b39cb5ab828a1f2d13d1239d7
2   "name": "MobS",
3   "version": "0.3.4",
4   "summary": "Simple, safe state management for swift",
5   "description": "MobS is a simple and safe state management library transparently applying functional reactive programming (TFRP) and is inspired by [MobX](https://mobx.js.org/).",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/hmhv/MobS",
11   "social_media_url": "https://hmhv.info",
12   "authors": {
13     "hmhv": "admin@hmhv.info"
14   },
15   "swift_versions": "5.2",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "ios": {
20     "frameworks": "Foundation"
21   },
22   "source": {
23     "git": "https://github.com/hmhv/MobS.git",
24     "tag": "0.3.4"
25   },
26   "source_files": "Sources/MobS/**/*.swift",
27   "swift_version": "5.2"