blob: 27d06d813d4208b0af010b687933dc36a8f4b4bc [file] [log] [blame]
{
"name": "CLCBannerNotifications",
"version": "0.3",
"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.3"
},
"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"
]
}
}