[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / 3 / 4 / 2 / GCTPhotosPicker / 0.0.1 / GCTPhotosPicker.podspec.json
blob3446f1983ebfcd765926864687066aa4119df054
2   "name": "GCTPhotosPicker",
3   "version": "0.0.1",
4   "summary": "图片选择组件",
5   "description": "基于 iOS Photos 的图片选择组件:\n高度支持自定义 UI;\n支持滑动选择图片。",
6   "homepage": "https://github.com/GCTec/GCTPhotosPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Later": "lshxin89@126.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/GCTec/GCTPhotosPicker.git",
19     "tag": "0.0.1"
20   },
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-lObjC"
23   },
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "Photos"
28   ],
29   "requires_arc": true,
30   "public_header_files": "GCTPhotosPicker/Classes/*.h",
31   "source_files": "GCTPhotosPicker/Classes/*.{h,m}",
32   "resource_bundles": {
33     "GCTPhotosPickerAsset": "GCTPhotosPicker/Resource/*.xcassets"
34   }