[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 6 / c / 7 / CLCBannerNotifications / 0.1.0 / CLCBannerNotifications.podspec.json
blobaf3b15bf84da36a41e5ecc8407c10515270aed38
2   "name": "CLCBannerNotifications",
3   "version": "0.1.0",
4   "summary": "A simple way to add banner style notifications to your iOS app.",
5   "homepage": "https://github.com/calvincestari/CLCBannerNotifications",
6   "license": "MIT",
7   "authors": {
8     "Calvin Cestari": "calvin@calvincestari.com"
9   },
10   "source": {
11     "git": "https://github.com/calvincestari/CLCBannerNotifications.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "frameworks": "UIKit",
19   "public_header_files": "Pod/Classes/**/*.h",
20   "private_header_files": [
21     "Pod/Classes/Controllers/*.h",
22     "Pod/Classes/Views/*.h"
23   ],
24   "source_files": "Pod/Classes/**/*.{h,m}",
25   "resource_bundles": {
26     "CLCBannerNotifications": [
27       "Pod/Assets/*.png"
28     ]
29   }