blob: 008f32d132c183f568289b6584e5cc5d985e3761 [file] [log] [blame]
{
"name": "RSAvatarController",
"version": "0.4",
"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.4"
},
"frameworks": "QuartzCore",
"platforms": {
"ios": "7.0"
},
"source_files": [
"RSAvatarController.{h,m}",
"RSMoveAndScaleController.{h,m}"
],
"requires_arc": true
}