[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 7 / e / 0 / BSImagePicker / 0.3 / BSImagePicker.podspec.json
blob6d20626422bc6c8927c7426291f5ab524e36e622
2   "name": "BSImagePicker",
3   "version": "0.3",
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.3"
17   },
18   "source_files": "BSImagePicker/{Category,View,Model,Controller}/*.{h,m}",
19   "exclude_files": "BSImagePicker/Controller/BSAppDelegate.{h,m}",
20   "public_header_files": [
21     "BSImagePicker/Controller/BSImagePickerController.h",
22     "BSImagePicker/Category/UIViewController+MultipleImagePicker.h"
23   ],
24   "requires_arc": true,
25   "screenshots": [
26     "https://cloud.githubusercontent.com/assets/4034956/3030011/c7d86756-e03b-11e3-87b8-d682142967c2.png",
27     "https://cloud.githubusercontent.com/assets/4034956/3030009/c7d4c1b4-e03b-11e3-8cc7-bda50c85dd46.png",
28     "https://cloud.githubusercontent.com/assets/4034956/3030010/c7d6ddd2-e03b-11e3-8c50-03f92a99e47e.png",
29     "https://cloud.githubusercontent.com/assets/4034956/3030008/c7915686-e03b-11e3-8e1f-cc8aa8680a6a.png"
30   ]