[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 4 / 2 / TOMLDeserializer / 0.0.3 / TOMLDeserializer.podspec.json
blobd0fe449a9b844832874b630f90d38e86da2fe261
2   "name": "TOMLDeserializer",
3   "version": "0.0.3",
4   "summary": "RFC  compliant date/time data types.",
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": "4.2.1",
21   "source": {
22     "git": "https://github.com/dduan/TOMLDeserializer.git",
23     "tag": "0.0.3"
24   },
25   "source_files": "Sources/**/*.swift",
26   "requires_arc": true,
27   "module_name": "TOMLDeserializer",
28   "dependencies": {
29     "NetTime": [
30       "~> 0.0.4"
31     ]
32   }