blob: 55607aab6487ff08c185e008b952e8418dd6aa13 [file] [log] [blame]
{
"name": "Freddy_Suraj",
"version": "1.0.1",
"summary": "A JSON parsing library written in Swift",
"description": "Freddy is a reusable framework for parsing JSON in Swift.\nIts primary goal is to faciliate the safe parsing of JSON,\nwhile also preserving the ease of use presented by parsing\nJSON in Objective-C.",
"homepage": "https://github.com/freesuraj/Freddy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt Mathias": "mattm@bignerdranch.com",
"John Gallagher": "jgallagher@bignerdranch.com",
"Zachary Waldowski": "zachary@bignerdranch.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/freesuraj/Freddy.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true
}