[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 5 / 8 / 1 / TFY_PhotoBrowserKit / 2.0.4 / TFY_PhotoBrowserKit.podspec.json
blobee7ac31aa257056cc16891f5c9bf6d223ddc69cc
2   "name": "TFY_PhotoBrowserKit",
3   "version": "2.0.4",
4   "summary": "图片视频浏览器",
5   "description": "图片视频浏览器",
6   "homepage": "https://github.com/13662049573/TFY_PhotoBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "田风有": "420144542@qq.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/13662049573/TFY_PhotoBrowser.git",
19     "tag": "2.0.4"
20   },
21   "source_files": "TFY_PhotoBrowser/TFY_PhotoBrowserKit/TFY_PhotoBrowserKit.h",
22   "requires_arc": true,
23   "resources": "TFY_PhotoBrowser/TFY_PhotoBrowserKit/PhotoBrowser.bundle",
24   "xcconfig": {
25     "ENABLE_STRICT_OBJC_MSGSEND": "NO",
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1 NDEBUG=1 _DEBUG_TAG_"
27   },
28   "dependencies": {
29     "SDWebImage": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "ActionSheet",
36       "source_files": "TFY_PhotoBrowser/TFY_PhotoBrowserKit/ActionSheet/**/*.{h,m}"
37     },
38     {
39       "name": "PhotoAVPlayer",
40       "source_files": "TFY_PhotoBrowser/TFY_PhotoBrowserKit/PhotoAVPlayer/**/*.{h,m}",
41       "dependencies": {
42         "TFY_PhotoBrowserKit/ActionSheet": [
44         ]
45       }
46     },
47     {
48       "name": "PhotoBrowserView",
49       "source_files": "TFY_PhotoBrowser/TFY_PhotoBrowserKit/PhotoBrowserView/**/*.{h,m}",
50       "dependencies": {
51         "TFY_PhotoBrowserKit/PhotoAVPlayer": [
53         ]
54       }
55     }
56   ]