[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 1 / 5 / JSONHelper / 2.1.0 / JSONHelper.podspec.json
blob217e3fe20c381c02b489487144cd0fcbc33860c9
2   "name": "JSONHelper",
3   "version": "2.1.0",
4   "license": {
5     "type": "zlib",
6     "file": "LICENSE"
7   },
8   "summary": "Convert anything into anything in one operation; hex strings into UIColor/NSColor, JSON strings into class instances, y/n strings to booleans, arrays and dictionaries of these; anything you can make sense of!",
9   "homepage": "https://github.com/isair/JSONHelper",
10   "authors": {
11     "Baris Sencan": "baris.sncn@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/IsairAndMorty",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/isair/JSONHelper.git",
21     "tag": "2.1.0"
22   },
23   "source_files": "JSONHelper/**/*.swift",
24   "frameworks": "Foundation",
25   "requires_arc": true