[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 7 / a / NMJSON / 1.3.2 / NMJSON.podspec.json
blobea96d8eab74109581beb22dd2b24fe01e12b801d
2   "name": "NMJSON",
3   "version": "1.3.2",
4   "summary": "JSON queries for Swift dictionaries",
5   "description": "An utility library for iOS which implements typed queries over Swift dictionaries - includes wrapper classes for JSON API resource objects (single objects and collections)",
6   "homepage": "https://github.com/nearit/nm.json",
7   "license": "MIT",
8   "authors": {
9     "Francesco Colleoni": "francesco@nearit.com"
10   },
11   "source": {
12     "git": "https://github.com/nearit/nm.json.git",
13     "tag": "1.3.2"
14   },
15   "source_files": [
16     "NMJSON",
17     "NMJSON/**/*.{h,m,swift}"
18   ],
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true