[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 7 / e / 0 / BSImagePicker / 0.6.1 / BSImagePicker.podspec.json
blob2f59850c7b2b6273676bdeef4b6b0fe2b8220560
2   "name": "BSImagePicker",
3   "version": "0.6.1",
4   "summary": "BSImagePicker is a multiple image picker for iOS",
5   "description": "  A mix between the native iOS 7 gallery and facebooks image picker. Allows you to preview and select multiple images.\n",
6   "homepage": "https://github.com/mikaoj/BSImagePicker",
7   "license": "MIT",
8   "authors": {
9     "Joakim Gyllström": "joakim@backslashed.se"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/mikaoj/BSImagePicker.git",
16     "tag": "0.6.1"
17   },
18   "source_files": "BSImagePicker/**/*.{h,m}",
19   "exclude_files": [
20     "BSImagePicker/Controller/BSAppDelegate.{h,m}",
21     "BSImagePicker/Misc/main.m"
22   ],
23   "public_header_files": [
24     "BSImagePicker/Controller/BSImagePickerController.h",
25     "BSImagePicker/Category/UIViewController+MultipleImagePicker.h"
26   ],
27   "requires_arc": true,
28   "frameworks": [
29     "AssetsLibrary",
30     "UIKit",
31     "MediaPlayer"
32   ],
33   "screenshots": [
34     "https://cloud.githubusercontent.com/assets/4034956/3030011/c7d86756-e03b-11e3-87b8-d682142967c2.png",
35     "https://cloud.githubusercontent.com/assets/4034956/3030009/c7d4c1b4-e03b-11e3-8cc7-bda50c85dd46.png",
36     "https://cloud.githubusercontent.com/assets/4034956/3030010/c7d6ddd2-e03b-11e3-8c50-03f92a99e47e.png",
37     "https://cloud.githubusercontent.com/assets/4034956/3030008/c7915686-e03b-11e3-8e1f-cc8aa8680a6a.png"
38   ]