[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 2 / 4 / BadgeControl / 1.0.4 / BadgeControl.podspec.json
blob7af808608f0bdaf314548167edd24f330c1e3624
2   "name": "BadgeControl",
3   "version": "1.0.4",
4   "summary": "Simple framework for adding a badge to UIView.",
5   "description": "Simply attach BadgeController to any UIView's subclasses and easily control the badge. Customize size, position, background color, text color and animation of the badge.",
6   "homepage": "https://github.com/kiwisip/BadgeControl.git",
7   "license": "MIT",
8   "authors": {
9     "Robin Krenecky": "rkrenecky@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/kiwisip/BadgeControl.git",
17     "tag": "1.0.4"
18   },
19   "source_files": [
20     "BadgeControl",
21     "BadgeControl/**/*.{h,m,swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4"
26   },
27   "frameworks": "UIKit"