blob: 9e5e06b9489e631ae66ce01807f433354cec227a [file] [log] [blame]
{
"name": "Marshal",
"version": "0.9.2",
"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": "0.9.2"
},
"source_files": [
"Marshal/**/*.swift",
"Sources/**/*.swift"
],
"requires_arc": true,
"module_name": "Marshal"
}