blob: 6859d47b167c805f98b7e02ccdd98176d220c869 [file] [log] [blame]
{
"name": "MMSProfileImagePicker",
"version": "1.1.0",
"summary": "A profile image selection view controller supporting image selection and editing behavior like in the contacts app.",
"description": "This class supports the feature for selecting an image from the photo library or camera for use as a profile image. Before final selection, it presents an edit screen with a circle overalay to resize and position the image for cropping in a square whose side is the length of the circle's diameter. An image can be submitted to the class for editing only. With this class you can emulate the features of the contact app's profile image selection.",
"homepage": "https://github.com/miller-ms/MMSProfileImagePicker",
"license": "MIT",
"authors": {
"William Miller": "support@millermobilesoft.com"
},
"source": {
"git": "https://github.com/miller-ms/MMSProfileImagePicker.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.2"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia",
"ImageIO"
]
}