[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / 0 / Mirror / 0.1.0 / Mirror.podspec.json
blobda309cdb9992043f424db1730df1525fcc45dcc2
2   "name": "Mirror",
3   "version": "0.1.0",
4   "summary": "Mirror - the most simle runtime reflection API in Swift.",
5   "description": "                        Mirror provides a nice API for working with MirrorType\n                        and reflect functions in Swift\n",
6   "homepage": "https://github.com/kostiakoval/Mirror",
7   "license": "MIT",
8   "authors": {
9     "Konstantin Koval": "konstantin@rocketfarm.no"
10   },
11   "source": {
12     "git": "https://github.com/kostiakoval/Mirror.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Mirror": [
22       "Pod/Assets/*.png"
23     ]
24   }