[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 0 / 2 / BDGImagePicker / 0.0.16 / BDGImagePicker.podspec.json
blob2429bcbb0e28eea87c87ff44e8caab862995201c
2   "name": "BDGImagePicker",
3   "version": "0.0.16",
4   "summary": "Lightweight wrapper around UIImagePickerController",
5   "license": "MIT",
6   "description": "Ultra lightweight wrapper around UIImagePickerController with completion blocks",
7   "homepage": "https://github.com/BobDG/BDGImagePicker",
8   "authors": {
9     "Bob de Graaf": "graafict@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/BobDG/BDGImagePicker.git",
13     "tag": "0.0.16"
14   },
15   "source_files": "BDGImagePicker/*.{h,m}",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": "AVFoundation",
20   "requires_arc": true,
21   "dependencies": {
22     "BDGCategories": [
24     ]
25   }