blob: 95205897e213dcbaeb5f89e5cbf901bc89ce0aa7 [file] [log] [blame]
{
"name": "Freddy",
"version": "3.0.0",
"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/bignerdranch/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/bignerdranch/Freddy.git",
"tag": "3.0.0"
},
"source_files": "Sources/**/*.{h,swift}",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"deprecated": true
}