| { |
| "name": "ALiImageReshape", |
| "version": "0.0.1", |
| "summary": "支持拍照和相册选取之后进行图片的裁剪,可以自定义选择的宽高比", |
| "homepage": "https://github.com/timRabbit/TimJpush", |
| "social_media_url": "https://github.com/timRabbit/TimJpush", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| " tim": "491590253@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/timRabbit/ALiImageReshape.git", |
| "tag": "0.0.1" |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "CoreFoundation", |
| "Foundation", |
| "CoreGraphics", |
| "Security", |
| "UIKit" |
| ], |
| "libraries": [ |
| "z.1.1.3", |
| "stdc++", |
| "sqlite3" |
| ], |
| "source_files": "ALiImageReshape/ALiImageReshape/ALiImageReshape", |
| "ios": { |
| "frameworks": "UserNotifications" |
| } |
| } |