[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / 0 / BSImagePicker / 2.7.2 / BSImagePicker.podspec.json
blob0f20e1e78369705d03f458375d8c6ed632fb3121
2   "name": "BSImagePicker",
3   "version": "2.7.2",
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.7.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*.swift",
20   "resource_bundles": {
21     "BSImagePicker": [
22       "Pod/Assets/*.png",
23       "Pod/Assets/*.xib",
24       "Pod/Assets/*.storyboard",
25       "Pod/Assets/*.xcassets",
26       "Pod/Assets/*.png"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "Photos"
32   ],
33   "dependencies": {
34     "UIImageViewModeScaleAspect": [
35       "1.5"
36     ],
37     "BSGridCollectionViewLayout": [
38       "~> 1.2.0"
39     ]
40   }