[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / 0 / BSImagePicker / 0.1 / BSImagePicker.podspec.json
blob4b820260095559ee3f12a8738987c3784311bb78
2   "name": "BSImagePicker",
3   "version": "0.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 Gyllstrom": "joakim@backslashed.se"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/mikaoj/BSImagePicker.git",
16     "tag": "0.1"
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