| { |
| "name": "DJKit", |
| "version": "1.0.4", |
| "authors": { |
| "Dennis Deng": "iunion@live.cn" |
| }, |
| "homepage": "https://github.com/iunion/DJKit", |
| "summary": "DJKit is a collection of useful classes to develop Apps faster.", |
| "source": { |
| "git": "https://github.com/iunion/DJKit.git", |
| "tag": "1.0.4" |
| }, |
| "license": "MIT", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "DJKit/**/*.{h,m}", |
| "public_header_files": "DJKit/**/*.h", |
| "prefix_header_contents": "#import <DJKit/DJKit.h>", |
| "resources": [ |
| "DJKit/DJKit/**/*.png" |
| ], |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "libraries": "z", |
| "dependencies": { |
| "SDWebImage": [ |
| "~> 4.0.0" |
| ] |
| } |
| } |