[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 6 / b / c / RSAvatarController / 0.2 / RSAvatarController.podspec.json
blobeb85ff511a33ca2a082e7b4aca1af3741b1d4415
2   "name": "RSAvatarController",
3   "version": "0.2",
4   "summary": "A wrapper to UIImagePickerController with cropping, moving and scaling tools.",
5   "homepage": "https://github.com/b051/RSAvatarController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Rex Sheng": "shengning@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/b051/RSAvatarController.git",
15     "tag": "0.2"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "*.{h,m}",
21   "requires_arc": true,
22   "ios": {
23     "frameworks": "QuartzCore"
24   }