[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / a / 9 / 4 / AvatarImagePicker / 1.1.2 / AvatarImagePicker.podspec.json
blob22d64e5f1965e9abbcd4ee71cf28ccd13665ea69
2   "name": "AvatarImagePicker",
3   "version": "1.1.2",
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.2"
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.2",
31     "5.0",
32     "5.0"
33   ],
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "4.2"
36   },
37   "swift_version": "5.0"