[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / d / b / Concorde / 0.0.2 / Concorde.podspec.json
blob678be10f6880948033e6d79456e738528d9de3e3
2   "name": "Concorde",
3   "version": "0.0.2",
4   "summary": "Download and decode progressive JPEGs easily.",
5   "homepage": "https://github.com/contentful-labs/Concorde/",
6   "social_media_url": "https://twitter.com/contentful",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Boris Bügling": "boris@buegling.com"
13   },
14   "source": {
15     "git": "https://github.com/contentful-labs/Concorde.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "ios": {
25     "frameworks": "UIKit"
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "Code/*.{h,m}",
32         "vendor/libjpeg-turbo/include/*"
33       ],
34       "public_header_files": "Code/CCBufferedImageDecoder.h",
35       "vendored_libraries": "vendor/libjpeg-turbo/lib/libturbojpeg.a",
36       "ios": {
37         "source_files": "Code/CCBufferedImageView.swift"
38       }
39     },
40     {
41       "name": "Contentful",
42       "ios": {
43         "source_files": "Code/CCBufferedImageView+Contentful.swift"
44       },
45       "dependencies": {
46         "Concorde/Core": [
48         ],
49         "ContentfulDeliveryAPI": [
50           ">= 1.6.0"
51         ]
52       }
53     }
54   ]