blob: d565bec46b7743d65b19c22aa4a54dc57921a773 [file] [log] [blame]
{
"name": "ValueTransformer",
"version": "1.0.1",
"summary": "Type-safe value transformers with error handling",
"homepage": "https://github.com/felixjendrusch/ValueTransformer",
"license": "MIT",
"authors": {
"Felix Jendrusch": "felix@felixjendrusch.is"
},
"social_media_url": "http://twitter.com/felixjendrusch",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/felixjendrusch/ValueTransformer.git",
"tag": "1.0.1"
},
"source_files": "ValueTransformer/*.swift",
"dependencies": {
"LlamaKit": [
"~> 0.5.0"
]
}
}