[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / c / PhotoSelectGit / 0.1.0 / PhotoSelectGit.podspec.json
blobb341df390ae3e30ab00345871943d28ad3409d48
2   "name": "PhotoSelectGit",
3   "version": "0.1.0",
4   "summary": "图片选择器",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fenghanxu/PhotoSelectGit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fenghanxu": "1162851277@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fenghanxu/PhotoSelectGit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "Source/PhotoSelectGit.h"
23   ],
24   "source_files": [
25     "Source/**",
26     "Source/*/**",
27     "Source/*/*/**"
28   ],
29   "resource_bundles": {
30     "Asserts": [
31       "Asserts.bundle/*.png"
32     ]
33   },
34   "requires_arc": true,
35   "frameworks": [
36     "UIKit",
37     "Photos"
38   ],
39   "pod_target_xcconfig": {
40     "SWIFT_VERSION": "3.2"
41   }