blob: 7e58d8c345d4e6458fcf5b3372d47a82ba53bac2 [file] [log] [blame]
{
"name": "AXPopoverView",
"version": "0.2.0",
"summary": "A popover view in iOS.",
"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. `AXPopoverLabel` is an enample how to use custom view to customize the popover view. The popover view (mostly used as `AXPopoverLabel`) 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.2.0"
},
"source_files": "AXPopoverView/AXPopoverView/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}