blob: 6fc58d94e3c01884d3a933ffb83fe78332b6a4b3 [file] [log] [blame]
{
"name": "KFPopoverPresentationController",
"version": "1.0.2",
"summary": "popover presentation controller like 'UIPopoverPresentationController'.",
"description": "popover presentation controller like 'UIPopoverPresentationController' (I'm longer than summary)",
"homepage": "https://github.com/ForAllKid/PopoverPresentationController",
"license": "MIT",
"authors": {
"forkid": "forkid@aliyun.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ForAllKid/PopoverPresentationController.git",
"tag": "1.0.2"
},
"source_files": "FKPopoverPresentationController/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}