blob: bf94de135842ed77dc709f3e3e250dd07d25898d [file] [log] [blame]
{
"name": "ExpressiveCasting",
"version": "0.5.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": "v0.5.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Source/**/*.{h,m,swift}"
}