[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 2 / TOMLDeserializer / 0.2.3 / TOMLDeserializer.podspec.json
blob9d97a404d38fe627a57dda40ac89a82a38a55646
2   "name": "TOMLDeserializer",
3   "version": "0.2.3",
4   "summary": "Turn TOML data into Swift objects.",
5   "homepage": "https://github.com/dduan/TOMLDeserializer",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Daniel Duan": "daniel@duan.ca"
12   },
13   "social_media_url": "https://twitter.com/daniel_duan",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "swift_version": "5.0",
21   "source": {
22     "git": "https://github.com/dduan/TOMLDeserializer.git",
23     "tag": "0.2.3"
24   },
25   "source_files": "Sources/**/*.swift",
26   "requires_arc": true,
27   "module_name": "TOMLDeserializer",
28   "dependencies": {
29     "NetTime": [
30       "~> 0.2.1"
31     ]
32   }