[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 9 / e / BTBalloon / 0.1.2 / BTBalloon.podspec.json
blob67f573c63155e025a18edd3724ec4f4e12c49c97
2   "name": "BTBalloon",
3   "version": "0.1.2",
4   "summary": "BTBalloon is a custom UIView subclass that will display text and optionally an image and/or button in a balloon style popup.",
5   "homepage": "https://github.com/brightec/BTBalloon",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Cameron Cooke": "cameron@brightec.co.uk"
9   },
10   "source": {
11     "git": "https://github.com/brightec/BTBalloon.git",
12     "tag": "0.1.2"
13   },
14   "social_media_url": "https://twitter.com/brightec",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BTBalloon": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/*.h",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "PureLayout": [
29       "~> 2.0.6"
30     ]
31   }