[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / c / 7 / CLCBannerNotifications / 0.2 / CLCBannerNotifications.podspec.json
blob4979eeecd274cc7257e32e93af4a024366d04eca
2   "name": "CLCBannerNotifications",
3   "version": "0.2",
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.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "frameworks": "UIKit",
19   "public_header_files": "Pod/**/*.h",
20   "private_header_files": "Pod/Classes/Controllers/*.h",
21   "source_files": "Pod/Classes/**/*.{h,m}",
22   "resource_bundles": {
23     "CLCBannerNotifications": [
24       "Pod/Assets/*.png"
25     ]
26   }