blob: e4f6ee1e40ae8efc39d54e9eb5a9f5adfafed635 [file] [log] [blame]
{
"name": "PureJsonSerializer",
"version": "1.0.1",
"license": {
"type": "Apache 2.0"
},
"homepage": "https://github.com/gfx/Swift-JsonSerializer",
"authors": {
"Goro Fuji": "gfuji@cpan.org"
},
"summary": "A pure-Swift JSON serializer and deserializer",
"source": {
"git": "https://github.com/gfx/Swift-JsonSerializer.git",
"tag": "1.0.1"
},
"source_files": "JsonSerializer/*.{swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/__gfx__"
}