blob: 040ecfbf3721b52448aef1c79d5071f6e2eeff84 [file] [log] [blame]
{
"name": "ASImagePicker",
"version": "0.0.3",
"summary": "Highly imitate UIImagePickerController.More Function",
"description": "Highly imitate UIImagePickerController.Support for multiSelect!(Use Photos Framework)",
"homepage": "http://alanshen0118.github.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alan_Sim": "alanshen0118@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alanshen0118/ASImagePicker.git",
"tag": "0.0.3"
},
"source_files": "ASImagePicker/**/*",
"resources": "Resources/*.png",
"frameworks": [
"Photos",
"AVFoundation",
"UIKit"
]
}