[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 6 / 9 / b / ImageSelectGit / 0.1.0 / ImageSelectGit.podspec.json
blobc0aa4ae29662a1f52498fd9a0cf05065b4e7a1a6
2   "name": "ImageSelectGit",
3   "version": "0.1.0",
4   "summary": "我写的图片选择器",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/fenghanxu/ImageSelectGit",
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/ImageSelectGit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "Source/ImageSelectGit.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   }