blob: 3d9cf0d0cd00c4160e493f43c67ea521263c7857 [file] [log] [blame]
{
"name": "SwiftObserve",
"version": "0.1",
"summary": "A value observation framework for Swift.",
"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.",
"homepage": "https://github.com/RedHandTech/SwiftObserve",
"license": {
"type": "MIT",
"file": "LISCENCE.txt"
},
"authors": {
"Rob Sanders": "rob.sanders@redhandtechnologies.co.uk"
},
"platforms": {
"ios": "10.2",
"osx": "10.12",
"watchos": "3.1",
"tvos": "10.1"
},
"source": {
"git": "https://github.com/RedHandTech/SwiftObserve.git",
"tag": "0.1"
},
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0.2"
}