blob: ec4d5e84e4b356800d83f9c5dfd92aaac0bd7af8 [file] [log] [blame]
{
"name": "YNPhotoUtil",
"version": "0.0.5",
"summary": "A util for getting photo easily",
"description": "A util for getting photo easily with Photo.framework",
"homepage": "https://github.com/foreverleely/YNPhotoUtil",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"liyangly": "foreverleely@hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/foreverleely/YNPhotoUtil.git",
"tag": "0.0.5"
},
"source_files": [
"YNPhotoUtil",
"YNPhotoUtil/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"requires_arc": true
}