blob: bedeed8cb5d870d039fca1ac801e88092e11a325 [file] [log] [blame]
{
"name": "KFPopoverPresentationController",
"version": "1.0.1",
"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.1"
},
"source_files": "FKPopoverPresentationController/Classes/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}