[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / 6 / XGAssetPickerController / 1.0.0 / XGAssetPickerController.podspec.json
blobf995d5464932789d9b88738d243fdcdc5e1d5b90
2   "name": "XGAssetPickerController",
3   "version": "1.0.0",
4   "summary": "XGAssetPickerController is an iOS album picker that supports mixed multi-image,multi-video selection and preview.",
5   "homepage": "https://github.com/huxinguang/XGImagePickerController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "huxinguang": "1259198268@qq.com"
12   },
13   "social_media_url": "https://blog.csdn.net/huxinguang_ios",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/huxinguang/XGImagePickerController.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "XGAssetPickerController/**/*.{h,m}",
22   "public_header_files": "XGAssetPickerController/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation",
26     "Photos",
27     "AVFoundation",
28     "QuartzCore",
29     "ImageIO",
30     "MobileCoreServices"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "FLAnimatedImage": [
35       "~> 1.0"
36     ]
37   }