[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 1 / d / DictionaryCoder / 1.0.3 / DictionaryCoder.podspec.json
blobec8d7f6ac2ce358516d7023b4e2ed505a6a9a028
2   "name": "DictionaryCoder",
3   "version": "1.0.3",
4   "summary": "Swift Encoder and Decoder for dictionaries",
5   "homepage": "https://github.com/almazrafi/DictionaryCoder",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Almaz Ibragimov": "almazrafi@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/almazrafi/DictionaryCoder.git",
15     "tag": "1.0.3"
16   },
17   "swift_versions": "5.0",
18   "requires_arc": true,
19   "source_files": "Sources/**/*.swift",
20   "ios": {
21     "frameworks": "Foundation"
22   },
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.12",
26     "watchos": "3.0",
27     "tvos": "10.0"
28   },
29   "osx": {
30     "frameworks": "Foundation"
31   },
32   "watchos": {
33     "frameworks": "Foundation"
34   },
35   "tvos": {
36     "frameworks": "Foundation"
37   },
38   "swift_version": "5.0"