[Add] flappyim 3.12.8
[CocoaPods.git] / Specs / b / 9 / 3 / IkigaJSON / 2.0.0 / IkigaJSON.podspec.json
blob9041fba85fdf1f66bb11c1317755a5fa03f3104d
2   "name": "IkigaJSON",
3   "version": "2.0.0",
4   "summary": "A High performance JSON Codable implementation.",
5   "swift_version": "5.0",
6   "homepage": "https://github.com/Ikiga/IkigaJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "joannis": "joannis@orlandos.nl"
13   },
14   "source": {
15     "git": "https://github.com/Ikiga/IkigaJSON.git",
16     "tag": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/joannisorlandos",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/IkigaJSON/**/*",
23   "dependencies": {
24     "SwiftNIO": [
25       "~> 2.0"
26     ]
27   }