blob: d28b76184cbf5d87dd455514ba4a2cb693f1d8fb [file] [log] [blame]
{
"name": "BRYXBanner",
"version": "0.5.2",
"summary": "A lightweight dropdown notification for iOS 7+, in Swift.",
"homepage": "https://github.com/bryx-inc/BRYXBanner",
"license": "MIT",
"authors": {
"Harlan Haskins": "harlan@harlanhaskins.com"
},
"source": {
"git": "https://github.com/bryx-inc/BRYXBanner.git",
"tag": "0.5.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BRYXBanner": [
"Pod/Assets/*.png"
]
}
},
{
"name": "TestHelpers",
"source_files": "Pod/Test Helpers/**/*",
"dependencies": {
"BRYXBanner/Core": [
]
}
}
]
}