blob: 604061278dc684a62228da7936f73bcda813d93c [file] [log] [blame]
{
"name": "EVReflection",
"version": "2.32.1",
"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",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/evermeer/EVReflection.git",
"tag": "2.32.1"
},
"source_files": "EVReflection/pod/*",
"frameworks": "Foundation",
"requires_arc": true
}