[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 0 / 5 / 3 / PMJSON / 0.9.4 / PMJSON.podspec.json
blob7c9e95db3ae1a02bbeb7b38beed2448b3f2a2c1e
2   "name": "PMJSON",
3   "version": "0.9.4",
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": "v0.9.4"
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   ]