blob: 67f573c63155e025a18edd3724ec4f4e12c49c97 [file] [log] [blame]
{
"name": "BTBalloon",
"version": "0.1.2",
"summary": "BTBalloon is a custom UIView subclass that will display text and optionally an image and/or button in a balloon style popup.",
"homepage": "https://github.com/brightec/BTBalloon",
"license": "Apache License, Version 2.0",
"authors": {
"Cameron Cooke": "cameron@brightec.co.uk"
},
"source": {
"git": "https://github.com/brightec/BTBalloon.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/brightec",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BTBalloon": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"PureLayout": [
"~> 2.0.6"
]
}
}