[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 4 / 3 / DVGAssetPickerController / 0.1.0 / DVGAssetPickerController.podspec.json
blob72ac663414d7ca3ac04ae3e828e3cd5923b88032
2   "name": "DVGAssetPickerController",
3   "version": "0.1.0",
4   "summary": "Assets Library media picker controller similar to Messages.app.",
5   "description": "This is an attempt to reimplement Apple's UI from Messages.app for iOS where\nyou can select photos from Camera Roll to attach to your imessage.\n",
6   "homepage": "https://github.com/denivip/DVGAssetPickerController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/denivip/DVGAssetPickerController/master/Screenshots/screenshot1.jpg",
9     "https://raw.githubusercontent.com/denivip/DVGAssetPickerController/master/Screenshots/screenshot2.jpg"
10   ],
11   "license": "MIT",
12   "authors": {
13     "DENIVIP Group": "support@denivip.ru"
14   },
15   "source": {
16     "git": "https://github.com/denivip/DVGAssetPickerController.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/AppTogether",
20   "platforms": {
21     "ios": "8.1"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes",
25   "resource_bundles": {
26     "DVGAssetPickerController": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "public_header_files": "Pod/Classes/DVGAssetPickerViewController.h",
31   "frameworks": [
32     "UIKit",
33     "AssetsLibrary"
34   ],
35   "dependencies": {
36     "TLLayoutTransitioning": [
38     ]
39   }