[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / e / 0 / BSImagePicker / 0.7 / BSImagePicker.podspec.json
bloba4333349a5dd9bbff7a4dfce41d2b4adc4c51995
2   "name": "BSImagePicker",
3   "version": "0.7",
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.7"
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+BSImagePicker.h"
26   ],
27   "requires_arc": true,
28   "frameworks": [
29     "AssetsLibrary",
30     "UIKit",
31     "MediaPlayer"
32   ],
33   "screenshots": [
34     "https://cloud.githubusercontent.com/assets/4034956/4519853/de47afca-4ccd-11e4-9b6b-1a5aea5d9a69.png",
35     "https://cloud.githubusercontent.com/assets/4034956/4519855/de4df42a-4ccd-11e4-865c-4d2e8de6b135.png",
36     "https://cloud.githubusercontent.com/assets/4034956/4519854/de4a3c68-4ccd-11e4-8258-314ead7e959c.png"
37   ]