[Add] StripeConnect 24.3.0
[CocoaPods.git] / Specs / a / 9 / 4 / AvatarImagePicker / 1.2.8 / AvatarImagePicker.podspec.json
blobc0cac8a96ec2a7e99b69f695518807610c0657ba
2   "name": "AvatarImagePicker",
3   "version": "1.2.8",
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.2.8"
17   },
18   "social_media_url": "https://twitter.com/janlionly",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/AvatarImagePicker/*",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation",
27     "Photos"
28   ],
29   "swift_versions": [
30     "4.2",
31     "5.0",
32     "5.1",
33     "5.2"
34   ],
35   "pod_target_xcconfig": {
36     "SWIFT_VERSION": "4.2"
37   },
38   "swift_version": "5.2"