blob: 552c9274034bf97a71ca5adce218aa3ede8335d8 [file] [log] [blame]
{
"name": "SYPopover",
"platforms": {
"ios": "5.0"
},
"version": "1.0.1",
"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.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"dependencies": {
"SYKit": [
">= 0.0.1"
]
}
}