blob: f7425638778eb4c6f118562b25d0f544b37dad3b [file] [log] [blame]
{
"name": "EVReflection",
"version": "3.6.0",
"summary": "iOS: Swift helper library with reflection functions",
"description": "Swift helper library with reflection functions including support for NSCoding, Printable, Hashable, Equatable and JSON",
"homepage": "https://github.com/evermeer/EVReflection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Edwin Vermeer": "edwin@evict.nl"
},
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/evermeer/EVReflection.git",
"tag": "3.6.0"
},
"source_files": "EVReflection/pod/*",
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}