[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / b / SwiftyBeaver-Destinations / 0.0.1 / SwiftyBeaver-Destinations.podspec.json
blob5636939d6d62bdc2f01d6bd5c93e613a7d466b4b
2   "name": "SwiftyBeaver-Destinations",
3   "version": "0.0.1",
4   "summary": "Additionals destinations (LogEntries, Logmatic) and utilities for SwiftyBeaver.",
5   "homepage": "https://github.com/smartnsoft/SwiftyBeaver-Destinations",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Smart&Soft": "contact@smartnsoft.com"
12   },
13   "source": {
14     "git": "https://github.com/smartnsoft/SwiftyBeaver-Destinations.git",
15     "tag": "0.0.1"
16   },
17   "default_subspecs": "Core",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SwiftyBeaver-Destinations/Classes/Utils/*.{swift,h,m}",
26       "dependencies": {
27         "SwiftyBeaver": [
28           "~> 1.2.1"
29         ]
30       }
31     },
32     {
33       "name": "LogEntries",
34       "source_files": "SwiftyBeaver-Destinations/Classes/LogEntries/**/*.{swift,h,m}",
35       "dependencies": {
36         "SwiftyBeaver-Destinations/Core": [
38         ],
39         "iOSLogEntries": [
40           "~> 1.2"
41         ]
42       }
43     },
44     {
45       "name": "Logmatic",
46       "source_files": "SwiftyBeaver-Destinations/Classes/Logmatic/**/*.{swift,h,m}",
47       "dependencies": {
48         "SwiftyBeaver-Destinations/Core": [
50         ],
51         "Logmatic": [
52           "~> 1.0"
53         ]
54       }
55     }
56   ]