[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 4 / 9 / MultiPicker / 0.4.0 / MultiPicker.podspec.json
blob910c5db9ec32828888e976f9b8059c38243bcf88
2   "name": "MultiPicker",
3   "version": "0.4.0",
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.4.0"
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/Photos": [
30     ]
31   }