[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 4 / 0 / DCHImageTurbo / 0.0.5 / DCHImageTurbo.podspec.json
blobcc859a9fa56ac91cec43eb421505b4d066b0c4a4
2   "name": "DCHImageTurbo",
3   "version": "0.0.5",
4   "summary": "Asynchronous Image loader with cache support.",
5   "description": "                   Asynchronous Image loader with cache support base on SDWebImage.\n",
6   "homepage": "https://github.com/seraphcxl/DCHImageTurbo",
7   "license": "MIT",
8   "authors": {
9     "seraphcxl": "seraph.cxl@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/seraphcxl",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/seraphcxl/DCHImageTurbo.git",
17     "tag": "0.0.5"
18   },
19   "source_files": "DCHImageTurbo/*.{h,m}",
20   "public_header_files": "DCHImageTurbo/*.h",
21   "requires_arc": true,
22   "dependencies": {
23     "Tourbillon": [
24       "~> 1.0.8"
25     ],
26     "libextobjc": [
27       "~> 0.4.1"
28     ],
29     "SDWebImage": [
30       "~> 3.7.2"
31     ]
32   }