blob: fc5d10ca2e0eaca62505426ad1e6981871db97c9 [file] [log] [blame]
{
"name": "Reflection",
"version": "0.16.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.16.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"requires_arc": true
}