[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / e / d / b / Concorde / 0.2.0 / Concorde.podspec.json
blobc9682a812ad91a5a58d3d5c5f60d6209a8cf2534
2   "name": "Concorde",
3   "version": "0.2.0",
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.2.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "default_subspecs": [
27     "Core",
28     "UI"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "Code/*.{h,m}",
35         "vendor/libjpeg-turbo/include/*"
36       ],
37       "public_header_files": "Code/CCBufferedImageDecoder.h",
38       "vendored_libraries": "vendor/libjpeg-turbo/lib/libturbojpeg.a"
39     },
40     {
41       "name": "UI",
42       "ios": {
43         "source_files": "Code/CCBufferedImageView.swift"
44       },
45       "dependencies": {
46         "Concorde/Core": [
48         ]
49       }
50     },
51     {
52       "name": "Contentful",
53       "ios": {
54         "source_files": "Code/CCBufferedImageView+Contentful.swift"
55       },
56       "dependencies": {
57         "Concorde/Core": [
59         ],
60         "Concorde/UI": [
62         ],
63         "ContentfulDeliveryAPI": [
64           ">= 1.6.0"
65         ]
66       }
67     }
68   ]