blob: 4dcf0e0aae7a3a2a12c67333cd22d0a6547d2f26 [file] [log] [blame]
{
"name": "Mirror",
"version": "0.2.3",
"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.koval1@gmail.com"
},
"source": {
"git": "https://github.com/kostiakoval/Mirror.git",
"tag": "0.2.3"
},
"social_media_url": "https://twitter.com/kostiakoval",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Mirror/*.swift"
}