[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / 6 / 5 / DHImageKit / 0.0.1 / DHImageKit.podspec.json
blobf8bada30332e5a194409000a112497d3dc34a123
2   "name": "DHImageKit",
3   "version": "0.0.1",
4   "summary": "A short description of DHImageKit.",
5   "description": "Image Processing Framework",
6   "homepage": "https://github.com/Danielhhs/DHImageKit",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Daniel Huang": "Danielhhs@163.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "ios": {
17     "exclude_files": "framework/Source/Mac",
18     "frameworks": [
19       "OpenGLES",
20       "CoreMedia",
21       "QuartzCore",
22       "AVFoundation"
23     ]
24   },
25   "source": {
26     "git": "https://github.com/Danielhhs/DHImageKit.git",
27     "tag": "0.0.1"
28   },
29   "source_files": [
30     "Classes",
31     "Classes/**/*.{h,m}"
32   ],
33   "exclude_files": "Classes/Exclude",
34   "dependencies": {
35     "GPUImage": [
37     ]
38   }