[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 0 / 9 / CJPopupView / 2.0.4 / CJPopupView.podspec.json
blob2195647583cd7778dfef5ec54625c36ba9d959d8
2   "name": "CJPopupView",
3   "version": "2.0.4",
4   "summary": "自定义的几乎所有弹出视图",
5   "homepage": "https://github.com/dvlproad/CJPopupView",
6   "description": "1、CJPopoverView带箭号的弹出视图:a pop view with arrow\n2、CJDragView 可悬浮拖动的视图\n3、CJMaskGuideHUD 镂空的引导视图\n4、CJMaskGuideView 镂空的引导视图2\n\n A longer description of CJPopupAction in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
7   "license": "MIT",
8   "authors": {
9     "lichq": ""
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJPopupView.git",
16     "tag": "CJPopupView_2.0.4"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CJPopoverView",
23       "source_files": "CJPopupView/CJPopoverView/**/*.{h,m}"
24     },
25     {
26       "name": "CJMaskGuideHUD",
27       "source_files": "CJPopupView/CJMaskGuideHUD/**/*.{h,m}",
28       "resources": "CJPopupView/CJMaskGuideHUD/**/*.{png,xib}"
29     },
30     {
31       "name": "CJMaskGuideView",
32       "source_files": "CJPopupView/CJMaskGuideView/**/*.{h,m}",
33       "resources": "CJPopupView/CJMaskGuideView/**/*.{png,xib}"
34     }
35   ]