[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 2 / d / AnyCodable / 1.1.0 / AnyCodable.podspec.json
blobb82aa5c242b47e1ea808597045c254a39c1ab99f
2   "name": "AnyCodable",
3   "version": "1.1.0",
4   "swift_version": "4.0.3",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/asensei/AnyCodable",
9   "authors": {
10     "Asensei": "info@asensei.com"
11   },
12   "summary": "Generic Any? data encapsulation meant to facilitate the transformation of loosely typed objects using Codable.",
13   "source": {
14     "git": "https://github.com/asensei/AnyCodable.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/**/*.{swift}",
25   "frameworks": "Foundation"