[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 2 / e / 0 / MobS / 0.2.2 / MobS.podspec.json
blob52c927f827e308a5cb6c376285310f22847b5814
2   "name": "MobS",
3   "version": "0.2.2",
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.2.2"
25   },
26   "source_files": "Sources/MobS/**/*.swift",
27   "swift_version": "5.2"