[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 0 / BSImagePicker / 2.9.0 / BSImagePicker.podspec.json
blob1706128357171bf878bb5c9d16bc83c08c6ce061
2   "name": "BSImagePicker",
3   "version": "2.9.0",
4   "summary": "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement",
5   "description": "A mix between the native iOS gallery and facebooks image picker. Allows you to preview and select multiple images.\nIt is intended as a replacement for UIImagePickerController for both selecting and taking 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": "2.9.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "source_files": "Source/**/*.swift",
21   "resource_bundles": {
22     "BSImagePicker": [
23       "Assets/*.png",
24       "Assets/*.xib",
25       "Assets/*.storyboard",
26       "Assets/*.xcassets",
27       "Assets/*.png"
28     ]
29   },
30   "frameworks": [
31     "UIKit",
32     "Photos"
33   ],
34   "dependencies": {
35     "BSImageView": [
36       "1.0.2"
37     ],
38     "BSGridCollectionViewLayout": [
39       "1.2.2"
40     ]
41   }