[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / b / 2 / JSONLiteralString / 0.2.1 / JSONLiteralString.podspec.json
blobe62d56d8fc0a79ff4374887f569f17dd3b577de2
2   "name": "JSONLiteralString",
3   "version": "0.2.1",
4   "summary": "Converts JSON compatible Foundation objects into valid NSString literals.",
5   "description": "This is an obscure but distinct framework for converting JSON compatible objects into a valid NSString, represented as literals, that can be compiled into valid Foundation objects.",
6   "homepage": "https://github.com/jzucker2/JSONLiteralString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jordan Zucker": "jordan.zucker@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jzucker2/JSONLiteralString.git",
16     "tag": "0.2.1"
17   },
18   "social_media_url": "https://twitter.com/jzucker",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "osx": "10.8"
23   },
24   "source_files": "JSONLiteralString/Classes/**/*"