blob: 7ab0c3064c19f833474e4edf6ba14ce783bb721c [file] [log] [blame]
{
"name": "EVReflection",
"version": "1.5.1",
"summary": "iOS: Swift helper library with reflection functions",
"description": "Swift helper library with reflection functions including support for NSCoding, Printable, Hashable and Equatable",
"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": "1.5.1"
},
"source_files": "EVReflection/pod/*",
"frameworks": "Foundation",
"requires_arc": true
}