blob: f6b3a42d76cacd594e1c03c29ffd41fc2d627f61 [file] [log] [blame]
{
"name": "BSBadge",
"version": "1.2",
"summary": "A can drag red-bubble control.",
"description": "BSBadge is a can drag red-bubble control.",
"homepage": "https://github.com/hssdx/BSBadgeDemo",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"hssdx": "hssdx@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hssdx/BSBadgeDemo.git",
"tag": "1.2"
},
"source_files": [
"BSBadge.h",
"BSBadge/*.{h,m,c}",
"BSBadge/**/*.{h,m,c}",
"BSBadge/**/**/*.{h,m,c}"
],
"public_header_files": [
"BSBadge.h",
"BSBadge/*.{h}",
"BSBadge/**/*.h"
],
"frameworks": "UIKit",
"libraries": [
"iconv",
"xml2"
],
"requires_arc": true
}