[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / e / a / Reflection / 0.16.0 / Reflection.podspec.json
blobfc5d10ca2e0eaca62505426ad1e6981871db97c9
2   "name": "Reflection",
3   "version": "0.16.0",
4   "summary": "Advanced Swift Reflection",
5   "description": "Reflection enables advanced runtime features like dynamic construction of types and manipulating instance properties.",
6   "homepage": "https://github.com/Zewo/Reflection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/Zewo/Reflection.git",
16     "tag": "0.16.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.9"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.{swift}"
26   ],
27   "requires_arc": true