blob: ee57583025f1557aeb34738d8a27a54f3a2e68e2 [file] [log] [blame]
{
"name": "ExpressiveCasting",
"version": "0.6.0",
"summary": "Handles untyped and potentially untrusted incoming data (JSON APIs, User Defaults and such)",
"description": "Swift nanoframework for writing concise and expressive code when processing untyped and potentially untrusted incoming data (JSON APIs, User Defaults and such).",
"license": "MIT",
"authors": {
"Andrey Tarantsov": "andrey@tarantsov.com"
},
"homepage": "https://github.com/andreyvit/ExpressiveCasting.swift",
"source": {
"git": "https://github.com/andreyvit/ExpressiveCasting.swift.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/*.swift"
}