[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / e / 0 / BSImagePicker / 1.4.1 / BSImagePicker.podspec.json
blob4e820beb37722882c80a7df3d2b6a16a9c5805cb
2   "name": "BSImagePicker",
3   "version": "1.4.1",
4   "summary": "BSImagePicker is a multiple image picker for iOS 8.",
5   "description": "A mix between the native iOS 8 gallery and facebooks image picker. Allows you to preview and select multiple images.",
6   "homepage": "https://github.com/mikaoj/BSImagePicker",
7   "screenshots": [
8     "https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/select_portrait.png",
9     "https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/album_portrait.png",
10     "https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/preview_portrait.png"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Joakim Gyllström": "joakim@backslashed.se"
15   },
16   "source": {
17     "git": "https://github.com/mikaoj/BSImagePicker.git",
18     "tag": "1.4.1"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "BSImagePicker": [
27       "Pod/Assets/*.png",
28       "Pod/Assets/*.xib",
29       "Pod/Assets/*.storyboard",
30       "Pod/Assets/*.xcassets",
31       "Pod/Assets/*.png"
32     ]
33   },
34   "frameworks": [
35     "UIKit",
36     "Photos"
37   ],
38   "dependencies": {
39     "UIImageViewModeScaleAspect": [
40       "~> 1.3"
41     ]
42   }