[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / b / a / FreeformJSON / 0.1.2 / FreeformJSON.podspec.json
blobd50e9cffaa09eeb14b5f6672f7225d0618aa4051
2   "name": "FreeformJSON",
3   "version": "0.1.2",
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": "0.1.2"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "swift_version": "4.0"