blob: 689271a42c622c17b067becc00eca858ad749d1a [file] [log] [blame]
{
"name": "Reflection",
"version": "0.15.0",
"summary": "Advanced Swift Reflection",
"description": "Reflection enables advanced runtime features like dynamic construction of types and manipulating instance properties.",
"homepage": "https://github.com/Zewo/Reflection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/Zewo/Reflection.git",
"tag": "0.15.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}