blob: 363cf9682758daed98748b4051af2298405a11d7 [file] [log] [blame]
{
"name": "ZZQAvatarPicker",
"version": "0.1",
"summary": "Simplify avatar selection.",
"description": "One line of code calls the system photo library or camera. Simplify avatar selection.",
"homepage": "https://github.com/zzqlplq/ZZQAvatarPicker.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zzqlplq": "zzqlplq@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zzqlplq/ZZQAvatarPicker.git",
"tag": "0.1"
},
"source_files": [
"ZZQAvatarPicker",
"ZZQAvatarPicker/ZZQAvatarPicker/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"AVFoundation",
"Photos"
],
"requires_arc": true
}