blob: 2a7b2dfaf4bbfd51525d20c24cc4aa04fe9bfec1 [file] [log] [blame]
{
"name": "AXPopoverView",
"version": "0.3.3",
"summary": "`AXPopoverView` is an iOS customizable view that displays a bubble style view.",
"description": "`AXPopoverView` is an iOS customizable view that displays a bubble style view with a custom view when some messages need to show from a target view or a target rect. `AXPopoverView` contains how to use custom view to customize the popover view. The popover view (mostly used as `Label` or `Other`) is a convenient and hommization way for developer to use.\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!",
"homepage": "https://github.com/devedbox/AXPopoverView",
"license": "MIT",
"authors": {
"艾星": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXPopoverView.git",
"tag": "0.3.3"
},
"source_files": "AXPopoverView/AXPopoverView/*.{h,m}",
"resources": "AXPopoverView/AXPopoverView/AXPopoverView.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}