blob: 68817b8e8fa94275db67abad6757b4a4a48860aa [file] [log] [blame]
{
"name": "Marshal",
"version": "1.2.4",
"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: Any]. Marshal believes you don't need a Ph.D. in monads or magic mirrors to deal with these in an expressive and type safe way. Marshal will help you write declarative, performant, error handled code using the power of Protocol Oriented Programming™.",
"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": "1.2.4"
},
"source_files": [
"Marshal/**/*.swift",
"Sources/**/*.swift"
],
"requires_arc": true,
"module_name": "Marshal",
"pushed_with_swift_version": "3.0"
}