blob: 6ffbf5aa8e31131e2f46ff1a822e7b74b9995cfa [file] [log] [blame]
{
"name": "CLCBannerNotifications",
"version": "0.4",
"summary": "A simple way to add banner style notifications to your iOS app.",
"homepage": "https://github.com/calvincestari/CLCBannerNotifications",
"license": "MIT",
"authors": {
"Calvin Cestari": "calvin@calvincestari.com"
},
"source": {
"git": "https://github.com/calvincestari/CLCBannerNotifications.git",
"tag": "0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"public_header_files": "Pod/**/*.h",
"private_header_files": "Pod/Classes/Controllers/*.h",
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"CLCBannerNotifications": [
"Pod/Assets/*.png"
]
}
}