| { |
| "name": "AXCameraKit", |
| "version": "0.0.2", |
| "summary": "这是一个简单易用的相机模块。", |
| "homepage": "http://xaoxuu.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xaoxuu": "xaoxuu@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/xaoxuu/AXCameraKit.git", |
| "tag": "0.0.2", |
| "submodules": true |
| }, |
| "public_header_files": "AXCameraKit/**/*.{h}", |
| "source_files": "AXCameraKit/*.{h,m}", |
| "resources": "AXCameraKit/*.{bundle}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "QuartzCore", |
| "CoreGraphics" |
| ], |
| "requires_arc": true |
| } |