[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / c / d / 1 / ZSPopViewSet / 0.0.9 / ZSPopViewSet.podspec.json
blob07e3d3e55b7a6af41cfd89082e9599c1dfca2616
2   "name": "ZSPopViewSet",
3   "version": "0.0.9",
4   "summary": "APP内自定义动画弹出View",
5   "description": "ZSPopBaseView:提供基本的弹出动画和属性配置。\nZSPopCustomView:基于ZSPopBaseView,可自定义View。\nPopInfoTextView:基于ZSPopBaseView,弹出信息View及相关功能。\nPopInfoImageView:基于ZSPopBaseView,弹出图片View及相关功能。\nPopInfoInputView:基于ZSPopBaseView,弹出信息输入View及相关功能。\nPopFSCalendarView:基于ZSPopBaseView,弹出日历View及相关功能。",
6   "homepage": "https://github.com/safiriGitHub/ZSPopViewSet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "safiri": "safiri@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/safiriGitHub/ZSPopViewSet.git",
19     "tag": "0.0.9"
20   },
21   "subspecs": [
22     {
23       "name": "ZSPopBase",
24       "source_files": "Classes/Base/**/*.{h,m}"
25     },
26     {
27       "name": "PopInfoTextView",
28       "source_files": "Classes/PopInfoTextView/**/*.{h,m}",
29       "dependencies": {
30         "ZSPopViewSet/ZSPopBase": [
32         ]
33       }
34     },
35     {
36       "name": "PopInfoImageView",
37       "source_files": "Classes/PopInfoImageView/**/*.{h,m}",
38       "dependencies": {
39         "ZSPopViewSet/ZSPopBase": [
41         ]
42       }
43     },
44     {
45       "name": "PopInfoInputView",
46       "source_files": "Classes/PopInfoInputView/**/*.{h,m}",
47       "dependencies": {
48         "ZSPopViewSet/ZSPopBase": [
50         ],
51         "Masonry": [
53         ]
54       },
55       "xcconfig": {
56         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/Masonry"
57       }
58     },
59     {
60       "name": "PopFSCalendarView",
61       "source_files": "Classes/PopFSCalendarView/**/*.{h,m}",
62       "dependencies": {
63         "ZSPopViewSet/ZSPopBase": [
65         ],
66         "FSCalendar": [
68         ]
69       },
70       "xcconfig": {
71         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/FSCalendar"
72       }
73     }
74   ]