blob: 54e7fbb253b751a51a9643fab37c25d1cfae1522 [file] [log] [blame]
{
"name": "ASImagePicker",
"version": "0.0.1",
"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.1"
},
"source_files": "ASImagePicker/**/*",
"resources": "Resources/*.png",
"frameworks": [
"Photos",
"AVFoundation",
"UIKit"
]
}