blob: 412fa09ba498b00f08456aaef9af002c645a88de [file] [log] [blame]
{
"name": "Reflection",
"version": "0.17.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.17.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"requires_arc": true
}