[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / 7 / DBImagePicker / 1.0.2 / DBImagePicker.podspec.json
blob44f8e485fdfccddad425986bc819bb5068b72808
2   "name": "DBImagePicker",
3   "version": "1.0.2",
4   "license": "MIT",
5   "platforms": {
6     "ios": "7.0"
7   },
8   "summary": "Image Picker with support for custom crop areas.",
9   "description": "A fork of GKImagePicker (0.0.1) updated for iOS 7 and 8, that also takes care of the default sources. Original fork by Ahmed Khalaf, this one fixes an issue with iPhone 6 devices.",
10   "homepage": "https://github.com/danibachar/GKImagePicker",
11   "authors": {
12     "Daniel Bachar": "danibachar89@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/danibachar/GKImagePicker.git",
16     "tag": "1.0.2"
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