blob: 927eff3a9718af304fa79f1396b5d9cc09519a39 [file] [log] [blame]
{
"name": "Freddy",
"version": "3.0.3",
"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.3"
},
"source_files": "Sources/**/*.{h,swift}",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}