[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / 5 / 3 / PMJSON / 1.0.0 / PMJSON.podspec.json
blobf93d28f03a263d93f362b848166778957ecb367b
2   "name": "PMJSON",
3   "version": "1.0.0",
4   "summary": "Pure Swift JSON encoding/decoding library",
5   "description": "PMJSON provides a pure-Swift strongly-typed JSON encoder/decoder as well as a set of convenience methods for converting to/from Foundation objects and for decoding JSON structures.",
6   "homepage": "https://github.com/postmates/PMJSON",
7   "license": "MIT & Apache License, Version 2.0",
8   "authors": {
9     "Kevin Ballard": "kevin.ballard@postmates.com"
10   },
11   "social_media_url": "https://twitter.com/eridius",
12   "source": {
13     "git": "https://github.com/postmates/PMJSON.git",
14     "tag": "v1.0.0"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "Sources/*.{swift,h,m}",
24     "8.0"
25   ]