blob: 58b94ef72732040b5a6b64897a767c906b12f506 [file] [log] [blame]
{
"name": "Marshal",
"version": "0.9.5",
"summary": "Marshal is a simple, lightweight framework for safely extracting values from [String: AnyObject]",
"description": "In Swift, we all deal with JSON, plists, and various forms of [String: AnyObject]. Marshal believes you don't need a Ph.D. in Monads or large, complex frameworks to deal with these in an expressive and type safe way. Marshal is a simple, lightweight framework for safely extracting values from [String: AnyObject].",
"homepage": "https://github.com/utahiosmac/Marshal",
"license": "MIT",
"authors": "Utah iOS & Mac",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/utahiosmac/Marshal.git",
"tag": "v0.9.5"
},
"source_files": [
"Marshal/**/*.swift",
"Sources/**/*.swift"
],
"requires_arc": true,
"module_name": "Marshal"
}