[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 9 / f / NSKJSON / 1.0 / NSKJSON.podspec.json
blob7073e2030186a937d3ea540ce1a9cafb6afafa53
2   "name": "NSKJSON",
3   "version": "1.0",
4   "summary": "NSKJSON is a swift library for parsing plain-json format and json5 format.",
5   "homepage": "https://github.com/NSSimpleApps/NSKJSON",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "NSSimpleApps, Sergey Poluyanov": "ns.simple.apps@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/NSSimpleApps/NSKJSON.git",
15     "tag": "1.0"
16   },
17   "requires_arc": true,
18   "swift_versions": "5.6",
19   "platforms": {
20     "ios": "12.4",
21     "osx": "10.15",
22     "watchos": "6.2",
23     "tvos": "12.4"
24   },
25   "source_files": "Source/Swift/*.swift",
26   "swift_version": "5.6"