[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / d / GKImagePicker@robseward / 0.0.5 / GKImagePicker@robseward.podspec.json
blobfecac94723f6ec1ee5b7f3c5afb826234212fb51
2   "name": "GKImagePicker@robseward",
3   "version": "0.0.5",
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/robseward/GKImagePicker",
11   "authors": {
12     "Georg Kitz": "info@aurora-apps.com",
13     "Ahmed Khalaf": "ahmed@arkuana.co",
14     "Rob Seward": "rob@robseward.com"
15   },
16   "source": {
17     "git": "https://github.com/robseward/GKImagePicker.git",
18     "tag": "0.0.5"
19   },
20   "resources": "GKImages/*.png",
21   "source_files": "GKClasses/*.{h,m}",
22   "preserve_paths": [
23     "GKClasses",
24     "GKImages"
25   ],
26   "frameworks": "UIKit",
27   "requires_arc": true