blob: 175ae10aa8f8befe9c3a24cd9352f4186f226c6f [file] [log] [blame]
{
"name": "CJPopupView",
"version": "2.1.0",
"summary": "自定义的几乎所有弹出视图",
"homepage": "https://github.com/dvlproad/CJPopupView",
"description": "- CJPopupView/CJPopoverView:带箭号的弹出视图(a pop view with arrow)\n- CJPopupView/CJDragView:可悬浮拖动的视图\n- CJPopupView/CJMaskGuideHUD:镂空的引导视图\n- CJPopupView/CJMaskGuideView:镂空的引导视图2\n\n A longer description of CJPopupView 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": {
"dvlproad": ""
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CJPopupView.git",
"tag": "CJPopupView_2.1.0"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJPopoverView",
"source_files": "CJPopupView/CJPopoverView/**/*.{h,m}"
},
{
"name": "CJMaskGuideHUD",
"source_files": "CJPopupView/CJMaskGuideHUD/**/*.{h,m}",
"resources": "CJPopupView/CJMaskGuideHUD/**/*.{png,xib}"
},
{
"name": "CJMaskGuideView",
"source_files": "CJPopupView/CJMaskGuideView/**/*.{h,m}",
"resources": "CJPopupView/CJMaskGuideView/**/*.{png,xib}"
}
]
}