[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 2 / 7 / BRYXBanner / 0.5.2 / BRYXBanner.podspec.json
blobd28b76184cbf5d87dd455514ba4a2cb693f1d8fb
2   "name": "BRYXBanner",
3   "version": "0.5.2",
4   "summary": "A lightweight dropdown notification for iOS 7+, in Swift.",
5   "homepage": "https://github.com/bryx-inc/BRYXBanner",
6   "license": "MIT",
7   "authors": {
8     "Harlan Haskins": "harlan@harlanhaskins.com"
9   },
10   "source": {
11     "git": "https://github.com/bryx-inc/BRYXBanner.git",
12     "tag": "0.5.2"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "Core",
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "Pod/Classes/**/*",
23       "resource_bundles": {
24         "BRYXBanner": [
25           "Pod/Assets/*.png"
26         ]
27       }
28     },
29     {
30       "name": "TestHelpers",
31       "source_files": "Pod/Test Helpers/**/*",
32       "dependencies": {
33         "BRYXBanner/Core": [
35         ]
36       }
37     }
38   ]