blob: da309cdb9992043f424db1730df1525fcc45dcc2 [file] [log] [blame]
{
"name": "Mirror",
"version": "0.1.0",
"summary": "Mirror - the most simle runtime reflection API in Swift.",
"description": " Mirror provides a nice API for working with MirrorType\n and reflect functions in Swift\n",
"homepage": "https://github.com/kostiakoval/Mirror",
"license": "MIT",
"authors": {
"Konstantin Koval": "konstantin@rocketfarm.no"
},
"source": {
"git": "https://github.com/kostiakoval/Mirror.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Mirror": [
"Pod/Assets/*.png"
]
}
}