[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / 5 / TrackedValue / 0.1.1 / TrackedValue.podspec.json
blob4d2637ede7294da6807040b350565fcf5b114519
2   "name": "TrackedValue",
3   "version": "0.1.1",
4   "summary": "TrackedValue is a struct that determines whether a value has changed or not.",
5   "homepage": "https://github.com/konomae/TrackedValue",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "konomae": "konomae@users.noreply.github.com"
12   },
13   "source": {
14     "git": "https://github.com/konomae/TrackedValue.git",
15     "tag": "0.1.1"
16   },
17   "source_files": "Sources/**/*.swift",
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.11",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   }