blob: 2b1972d2b45dd92f876e1d1caa141db166d9a2ce [file] [log] [blame]
{
"name": "TrackedValue",
"version": "0.1.0",
"summary": "TrackedValue is a struct that determines whether a value has changed or not.",
"homepage": "https://github.com/konomae/TrackedValue",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"konomae": "konomae@users.noreply.github.com"
},
"source": {
"git": "https://github.com/konomae/TrackedValue.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
}
}