blob: 183259e7088d4c661295f1de226b4fc9b4f26d18 [file] [log] [blame]
{
"name": "Outlaw",
"version": "1.0.2",
"summary": "Outlaw is a simple, lightweight framework for safely extracting values from [String: Any]",
"description": "In Swift, we all deal with JSON, plists, and various forms of [String: Any]. Outlaw provides various ways to deal with these in an expressive and type safe way. Outlaw will help you write declarative, performant, error handled code using the power of Protocol Oriented Programming™.",
"homepage": "https://github.com/Molbie/Outlaw",
"license": "MIT",
"authors": "bmullen@molbie.co",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Molbie/Outlaw.git",
"tag": "1.0.2"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"module_name": "Outlaw",
"pushed_with_swift_version": "3.0"
}