[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 4 / AvatarImagePicker / 1.3.0 / AvatarImagePicker.podspec.json
blob276ce3e6b8048530e1751d1addd1cfe9dec50f89
2   "name": "AvatarImagePicker",
3   "version": "1.3.0",
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.3.0"
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"