| { |
| "name": "XCNatCamera", |
| "version": "0.0.4", |
| "summary": "Nat.js Module: Camera.", |
| "description": "Nat.js Module: Camera (capture image or video postion)", |
| "homepage": "http://natjs.com", |
| "license": "MIT", |
| "authors": { |
| "nat": "jianxiong_1997@126.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jianxiongc/nat-camera.git", |
| "tag": "0.0.4" |
| }, |
| "source_files": "ios/Classes/*.{h,m}", |
| "frameworks": [ |
| "Photos", |
| "AssetsLibrary", |
| "MobileCoreServices" |
| ], |
| "dependencies": { |
| "NatImage": [ |
| |
| ] |
| } |
| } |