blob: af3b15bf84da36a41e5ecc8407c10515270aed38 [file] [log] [blame]
{
"name": "CLCBannerNotifications",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"public_header_files": "Pod/Classes/**/*.h",
"private_header_files": [
"Pod/Classes/Controllers/*.h",
"Pod/Classes/Views/*.h"
],
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"CLCBannerNotifications": [
"Pod/Assets/*.png"
]
}
}