[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 4 / 9 / MultiPicker / 0.1.1 / MultiPicker.podspec.json
blobedac72213a93866ac9bdebf94e2a00783fa674ff
2   "name": "MultiPicker",
3   "version": "0.1.1",
4   "summary": "An Image Picker View Controller for iOS.",
5   "description": "An Image Picker View Controller for iOS that supports multiple images, multiple presentation styles, storyboards and rotation. Inspired by: https://github.com/questbeat/QBImagePicker",
6   "homepage": "https://github.com/BellAppLab/MultiPicker",
7   "license": "MIT",
8   "authors": {
9     "Bell App Lab": "apps@bellapplab.com"
10   },
11   "source": {
12     "git": "https://github.com/BellAppLab/MultiPicker.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/BellAppLab",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "module_name": "MultiPicker",
21   "source_files": "Pod/Classes/*",
22   "resources": "Pod/Assets/*.{storyboard}",
23   "frameworks": [
24     "UIKit",
25     "Photos"
26   ],
27   "dependencies": {
28     "Permissionable": [
30     ],
31     "Permissionable/Photos": [
33     ]
34   }