[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 4 / 2 / Convertible / 4.2.0 / Convertible.podspec.json
blobe324babf6381d2d24dd11e0e504d1ec2dca75d76
2   "name": "Convertible",
3   "version": "4.2.0",
4   "summary": "Swift Framework For Conversions Between JSON, Data And More",
5   "description": "Converting your basic types and models to-and-from JSON, binary data, etc. is a common task in application development.\nConvertible defines a collection of Swift protocols and implementations that makes the conversion process easy, so you don't have to write boilerplate code.",
6   "homepage": "https://github.com/bradhilton/Convertible",
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/bradhilton/Convertible.git",
16     "tag": "4.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "Convertible",
23     "Convertible/**/*.{swift,h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "Reflection": [
28       "~> 0.18.0"
29     ]
30   }