[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / d / 7 / DEjson / 1.0.2 / DEjson.podspec.json
blob321c75426407b91ed22ff4dd7836a67363464b2e
2   "name": "DEjson",
3   "version": "1.0.2",
4   "summary": "JSON parser and serializer in pure swift.",
5   "description": "Error resilient JSON parser and serializer in pure swift.\n-> Parses JSON files with minor errors (additional commas, etc.)\n-> Serializes JSON in minified and pretty printed formats",
6   "homepage": "https://github.com/anfema/DEjson",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Johannes Schriewer": "j.schriewer@anfe.ma"
13   },
14   "social_media_url": "http://twitter.com/dunkelstern",
15   "platforms": {
16     "ios": "8.4",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/anfema/DEjson.git",
21     "tag": "1.0.2"
22   },
23   "source_files": "Sources/*.swift"