[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 4 / 0 / DCHImageTurbo / 1.0.3 / DCHImageTurbo.podspec.json
bloba7ccaa0ec543d516d9b03885759f2c2fa558268a
2   "name": "DCHImageTurbo",
3   "version": "1.0.3",
4   "summary": "Asynchronous Image loader with cache support.",
5   "description": "Asynchronous Image loader with cache support base on SDWebImage.",
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": "1.0.3"
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   }