[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 2 / c / MZVariant / 0.9.0 / MZVariant.podspec.json
blobc1a8f0281357473f818769fa865bd1b70f5ed8b5
2   "name": "MZVariant",
3   "version": "0.9.0",
4   "summary": "Use MZVariant type instead of Any and AnyObject.",
5   "description": "A structure created to support Variant types.\nIf it conforms to the MZVariantable protocol, it can also be used with custom classes and structures.",
6   "homepage": "https://github.com/muzcity/MZVariant",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "muzcity": "muzcity@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/muzcity/MZVariant.git",
16     "tag": "0.9.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MZVariant/Classes/**/*",
22   "pushed_with_swift_version": "3.0"