blob: 133e009df3077a114fa15f8d6c0af9edac9a95c7 [file] [log] [blame]
{
"name": "RSAvatarController",
"version": "0.1",
"summary": "A wrapper to UIImagePickerController with cropping, moving and scaling tools.",
"homepage": "https://github.com/b051/RSAvatarController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rex Sheng": "shengning@gmail.com"
},
"source": {
"git": "https://github.com/b051/RSAvatarController.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": "QuartzCore"
}
}