[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 2 / 4 / BadgeControl / 1.0.6 / BadgeControl.podspec.json
blob045f3e39abe37db278f85ea39b9d6342f82862b0
2   "name": "BadgeControl",
3   "version": "1.0.6",
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.6"
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"