blob: 6aa17f6dd724de0e2e9aadfa53d41a1af74ce79d [file] [log] [blame]
{
"name": "SYPopover",
"platforms": {
"ios": "5.0"
},
"version": "1.0.3",
"license": "Custom",
"summary": "Popover created with simple navigation controller and view controller subclasses",
"homepage": "https://github.com/dvkch/SYPopover",
"authors": {
"Stan Chevallier": "contact@stanislaschevallier.fr"
},
"source": {
"git": "https://github.com/dvkch/SYPopover.git",
"tag": "1.0.3"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"dependencies": {
"SYKit": [
">= 0.0.12"
]
}
}