blob: 83134bf69174024aecd65b7875a00732123ff33a [file] [log] [blame]
{
"name": "Reflection",
"version": "0.18.0",
"summary": "Advanced Swift Reflection",
"description": "Reflection enables advanced runtime features like dynamic construction of structs 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.18.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"requires_arc": true
}