[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / c / 7 / GKImagePicker / 0.0.1 / GKImagePicker.podspec.json
blob2945829ec3602d65071a9975cac449ab0bff9895
2   "name": "GKImagePicker",
3   "version": "0.0.1",
4   "license": "MIT",
5   "platforms": {
6     "ios": "5.0"
7   },
8   "summary": "Image Picker with support for custom crop areas.",
9   "description": "Ever wanted a custom crop area for the UIImagePickerController?Now you can have it with GKImagePicker. Just set your customcrop area and thats it. Just 4 lines of code. If you dontset it it uses the same crop area as the defaultUIImagePickerController.",
10   "homepage": "https://github.com/gekitz/GKImagePicker",
11   "authors": {
12     "Georg Kitz": "info@aurora-apps.com"
13   },
14   "source": {
15     "git": "https://github.com/gekitz/GKImagePicker.git",
16     "commit": "01847cdec21f870b7cdadfae51342990e2a238df"
17   },
18   "resources": "GKImages/*.png",
19   "source_files": "GKClasses/*.{h,m}",
20   "preserve_paths": [
21     "GKClasses",
22     "GKImages"
23   ],
24   "frameworks": "UIKit",
25   "requires_arc": true