[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 1 / 0 / MGPhotoPicker / 1.0.3 / MGPhotoPicker.podspec.json
blobd4cfcec55c73d7c0f5829d6a0df670d2b4ba13eb
2   "name": "MGPhotoPicker",
3   "version": "1.0.3",
4   "summary": "相册图片选择",
5   "description": "图片选择,可以多选并有编辑功能",
6   "homepage": "https://github.com/spf-iOS/MGPhotoPicker",
7   "license": "MIT",
8   "authors": {
9     "spf-iOS": ""
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/spf-iOS/MGPhotoPicker.git",
16     "tag": "1.0.3"
17   },
18   "source_files": [
19     "Sources/Classes/*.{h,m,swift}",
20     "Sources/Classes/ViewController/**/*.{swift}"
21   ],
22   "resource_bundles": {
23     "Resources": [
24       "Sources/res/PhotoPicker/*.{png}",
25       "Sources/Classes/**/*.{xib}"
26     ]
27   },
28   "frameworks": [
29     "Photos",
30     "AssetsLibrary"
31   ],
32   "dependencies": {
33     "MGProgressHUD": [
35     ]
36   },
37   "pushed_with_swift_version": "4.0",
38   "subspecs": [
39     {
40       "name": "ImageEditor",
41       "source_files": [
42         "Sources/Classes/ImageEditor/CLImageEditor/**/*.{h,m}",
43         "Sources/Classes/ImageEditor/OptionalImageTools/**/*.{h,m}"
44       ],
45       "resources": "Sources/Classes/ImageEditor/CLImageEditor/*.bundle"
46     },
47     {
48       "name": "ZLCamera",
49       "source_files": "Sources/Classes/ZLCamera/**/*.{h,m}",
50       "resources": "Sources/Classes/ZLCamera/Camera.bundle"
51     }
52   ]