blob: df3c3788f402ae070531b8dd1866adfc2dfcdbdd [file] [log] [blame]
{
"name": "EVReflection",
"version": "2.4.8",
"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": "evermeer",
"social_media_url": "http://twitter.com/evermeer",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/evermeer/EVReflection.git",
"tag": "2.4.8"
},
"source_files": "EVReflection/pod/*",
"frameworks": "Foundation",
"requires_arc": true
}