[Add] Moisture 0.1.007
[CocoaPods.git] / Specs / 7 / 5 / 4 / DJKit / 1.0.4 / DJKit.podspec.json
blob0b76223baa37776fa78b5c1f581d8eb5db720c85
2   "name": "DJKit",
3   "version": "1.0.4",
4   "authors": {
5     "Dennis Deng": "iunion@live.cn"
6   },
7   "homepage": "https://github.com/iunion/DJKit",
8   "summary": "DJKit is a collection of useful classes to develop Apps faster.",
9   "source": {
10     "git": "https://github.com/iunion/DJKit.git",
11     "tag": "1.0.4"
12   },
13   "license": "MIT",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "DJKit/**/*.{h,m}",
19   "public_header_files": "DJKit/**/*.h",
20   "prefix_header_contents": "#import <DJKit/DJKit.h>",
21   "resources": [
22     "DJKit/DJKit/**/*.png"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "libraries": "z",
29   "dependencies": {
30     "SDWebImage": [
31       "~> 4.0.0"
32     ]
33   }