blob: 181cf02185dbe0719ce9c50390a75ff79c6c9872 [file] [log] [blame]
{
"name": "PMJSON",
"version": "1.2.0",
"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": "v1.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": [
"Sources/*.{swift,h,m}",
"8.0"
],
"pushed_with_swift_version": "3.0"
}