blob: 0ae62bea1ad1e742f4547a6f987509154a4f1303 [file] [log] [blame]
{
"name": "PMJSON",
"version": "0.9.2",
"summary": "Pure Swift JSON encoding/decoding library",
"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.",
"homepage": "https://github.com/postmates/PMJSON",
"license": "MIT & Apache License, Version 2.0",
"authors": {
"Kevin Ballard": "kevin.ballard@postmates.com"
},
"social_media_url": "https://twitter.com/eridius",
"source": {
"git": "https://github.com/postmates/PMJSON.git",
"tag": "v0.9.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Sources/*.{swift,h,m}",
"8.0"
]
}