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