[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 4 / 2 / Convertible / 1.0.9 / Convertible.podspec.json
blob2ccb5a24d1eec45383bcad60acf1a01054544f53
2   "name": "Convertible",
3   "version": "1.0.9",
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": "1.0.9"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "Convertible",
24     "Convertible/**/*.{swift,h,m}"
25   ],
26   "ios": {
27     "exclude_files": "Convertible/**/NSImage+Convertible.swift"
28   },
29   "osx": {
30     "exclude_files": "Convertible/**/UIImage+Convertible.swift"
31   },
32   "requires_arc": true,
33   "dependencies": {
34     "Allegro": [
35       "~> 1.1.0"
36     ]
37   }