[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / e / 0 / BSImagePicker / 3.3.3 / BSImagePicker.podspec.json
blobf9d49c63bfdd62e5890e31059a4f4b29521d95c7
2   "name": "BSImagePicker",
3   "version": "3.3.3",
4   "summary": "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement",
5   "description": "A multiple image picker.\nIt is intended as a replacement for UIImagePickerController for both selecting photos.",
6   "homepage": "https://github.com/mikaoj/BSImagePicker",
7   "license": "MIT",
8   "authors": {
9     "Joakim Gyllström": "joakim@backslashed.se"
10   },
11   "source": {
12     "git": "https://github.com/mikaoj/BSImagePicker.git",
13     "tag": "3.3.3"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.7",
20   "source_files": "Sources/**/*.swift",
21   "resource_bundles": {
22     "BSImagePicker": [
23       "Sources/Resources/PrivacyInfo.xcprivacy"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Photos"
29   ],
30   "swift_version": "5.7"