[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 3 / b / a / FreeformJSON / 1.1.0 / FreeformJSON.podspec.json
blobf3804dc14bfec20cc7654c218cb92a2196c9b1a6
2   "name": "FreeformJSON",
3   "version": "1.1.0",
4   "summary": "Type-safe freeform JSON data structure with Codable support for Swift",
5   "description": "FreeformJSON is a tiny data structure that allows you to create and/or access freeform JSON data in a type safe manner, while still enjoying the benefits of the Codable protocol",
6   "homepage": "https://github.com/fabiorodella/FreeformJSON",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fabio Rodella": "fabiorodella@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/fabiorodella/FreeformJSON.git",
22     "tag": "1.1.0"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "swift_versions": [
27     "4.2",
28     "5.0"
29   ],
30   "swift_version": "5.0"