blob: c77d49c6c9cfcc70bd9579773c0652fc1092d789 [file] [log] [blame]
{
"name": "CJPopupView",
"version": "2.0.3",
"summary": "自定义的几乎所有弹出视图",
"homepage": "https://github.com/dvlproad/CJPopupView",
"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!",
"license": "MIT",
"authors": {
"lichq": ""
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJPopupView.git",
"tag": "CJMaskGuideHUD_2.0.3"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJPopoverView",
"source_files": "CJPopoverView/**/*.{h,m}"
},
{
"name": "CJDragView",
"source_files": "CJDragView/**/*.{h,m}"
},
{
"name": "CJMaskGuideHUD",
"source_files": "CJMaskGuideHUD/**/*.{h,m}",
"resources": "CJMaskGuideHUD/**/*.{png,xib}"
},
{
"name": "CJMaskGuideView",
"source_files": "CJMaskGuideView/**/*.{h,m}",
"resources": "CJMaskGuideView/**/*.{png,xib}"
}
]
}