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