[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / 2 / Convertible / 4.0.0 / Convertible.podspec.json
blob96b00484ccbe6c9d4f8ee7460b0c97b54a2a091a
2   "name": "Convertible",
3   "version": "4.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "Convertible",
24     "Convertible/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "Reflection": [
29       "~> 0.15.0"
30     ]
31   }