[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / d / 9 / YJImagePickerController / 1.1.3 / YJImagePickerController.podspec.json
blobd69905ec07ace09b96ec20ccd25343f7c4d068c3
2   "name": "YJImagePickerController",
3   "version": "1.1.3",
4   "summary": "iOS8以上一个简单图片选择封装,支持拍照和相册选择",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "requires_arc": true,
9   "frameworks": [
10     "Photos",
11     "AVFoundation"
12   ],
13   "description": "简单易用",
14   "homepage": "https://github.com/full-of-fire/YJImagePickerController",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "full-of-fire": "591730822@qq.com"
21   },
22   "source": {
23     "git": "https://github.com/full-of-fire/YJImagePickerController.git",
24     "tag": "1.1.3"
25   },
26   "source_files": "YJImagePickerController/Classes/**/*.{h,m}",
27   "resource_bundles": {
28     "YJImagePickerController": [
29       "YJImagePickerController/Classes/**/*.{xib}",
30       "YJImagePickerController/Assets/**/*.png"
31     ]
32   }