[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / 4 / BadgeControl / 1.2.0 / BadgeControl.podspec.json
blobd2b938527bb2cce7fe1d0e41f009f52e2122e678
2   "name": "BadgeControl",
3   "version": "1.2.0",
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.2.0"
18   },
19   "source_files": [
20     "BadgeControl",
21     "BadgeControl/**/*.{h,m,swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "5.0"
26   },
27   "frameworks": "UIKit"