[Add] StripeConnect 24.3.0
[CocoaPods.git] / Specs / a / 9 / 4 / AvatarImagePicker / 1.1.1 / AvatarImagePicker.podspec.json
blobacb493745224b3bc5ade88100a3bf6089f9a1654
2   "name": "AvatarImagePicker",
3   "version": "1.1.1",
4   "summary": "A single line of code for selecting the optional editing image from Camera or Photo Library.",
5   "description": "AvatarImagePicker is a photo library and camera Image Picker for iOS\nwritten in Swift, it's just a single line of code, support for selecting user's avatar by Camera or Photo Library, editing the selected image. Also, it supports auth verification, if camera or photo library was denied, it will alert the user to the settings for opening it. it means to replace for UIImagePickerController. Compatible with both Swift and Objective-C.",
6   "homepage": "https://github.com/janlionly/AvatarImagePicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "janlionly": "janlionly@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/janlionly/AvatarImagePicker.git",
16     "tag": "1.1.1"
17   },
18   "social_media_url": "https://twitter.com/janlionly",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/*",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation",
27     "Photos"
28   ],
29   "swift_versions": [
30     "4.0",
31     "4.2",
32     "5.0",
33     "5.0"
34   ],
35   "pod_target_xcconfig": {
36     "SWIFT_VERSION": "4.0"
37   },
38   "swift_version": "5.0"