| { |
| "name": "TTAImagePickerController", |
| "version": "0.4.0", |
| "summary": "A Lightweight image selection framework/一个轻量级图片选择框架", |
| "description": "A Lightweight image selection framework\n* A Lightweight image selection framework, Low memory consumption\n* Support Device orientation and iPad\n* Almost identical to the `UIImagePickerController` interface, easy to get started\n* Convenient preview function\n* A lot of small details\n\n一个轻量级图片选择框架\n* 个轻量级图片选择框架,内存占用低\n* 适配屏幕旋转和 iPad\n* 与 `UIImagePickerController` 相似的接口, 容易上手使用\n* 便捷胡图片预览功能\n* 许多小细节", |
| "homepage": "https://github.com/TMTBO/TTAImagePickerController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "TobyoTenma": "tmtbo@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/TMTBO/TTAImagePickerController.git", |
| "tag": "0.4.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TTAImagePickerController/Classes/**/*", |
| "resource_bundles": { |
| "TTAImagePickerController": [ |
| "TTAImagePickerController/Assets/*.png", |
| "TTAImagePickerController/Resources/*.ttf", |
| "TTAImagePickerController/Resources/*.lproj" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Photos", |
| "AssetsLibrary", |
| "AVFoundation", |
| "ImageIO" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |