[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 5 / 3 / PMJSON / 1.1.0 / PMJSON.podspec.json
blob3d923b456b74e8be45c31478cb46e6061a7c26f6
2   "name": "PMJSON",
3   "version": "1.1.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.1.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   ]