blob: 68318a6fd8f84f554466e4adc46e885af633e8e2 [file] [log] [blame]
{
"name": "CandyBar",
"version": "1.0.2",
"summary": "Simple notification framework that displays an Icon, Title, and Subtitle.",
"description": "CandyBar is an alternative notification view. A CandyBar includes an easily customizable icon image, and title and subtitle text. There are 11 Candy Icons provided within the framework, but you could also use a custom own image.",
"homepage": "https://github.com/DopamineLabs/CandyBar-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akash Desai": "team@usedopamine.com"
},
"source": {
"git": "https://github.com/DopamineLabs/CandyBar-iOS.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/usedopamine",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"resource_bundles": {
"CandyIcons": [
"Resources/CandyIcons.xcassets"
]
}
}