[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / e / 6 / SwiftObserve / 0.1 / SwiftObserve.podspec.json
blob3d9cf0d0cd00c4160e493f43c67ea521263c7857
2   "name": "SwiftObserve",
3   "version": "0.1",
4   "summary": "A value observation framework for Swift.",
5   "description": "SwiftObserve provides property observation for Swift.\nIt allows you to wrap values and observe changes to the values over time.\nIt also provides a poweful and easy to use filtering and mapping system.",
6   "homepage": "https://github.com/RedHandTech/SwiftObserve",
7   "license": {
8     "type": "MIT",
9     "file": "LISCENCE.txt"
10   },
11   "authors": {
12     "Rob Sanders": "rob.sanders@redhandtechnologies.co.uk"
13   },
14   "platforms": {
15     "ios": "10.2",
16     "osx": "10.12",
17     "watchos": "3.1",
18     "tvos": "10.1"
19   },
20   "source": {
21     "git": "https://github.com/RedHandTech/SwiftObserve.git",
22     "tag": "0.1"
23   },
24   "source_files": "Sources/*.swift",
25   "pushed_with_swift_version": "3.0.2"