Skip to content

Commit 01d8b49

Browse files
added pods
1 parent 415d5a9 commit 01d8b49

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+11247
-4
lines changed

DockerSwift/Classes/Service/Docker+Blabber.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@ public func SDLogModuleVerbose(_ message: @autoclosure () -> String, module: Str
3737
#else
3838
public func SDLogError(_ message: @autoclosure () -> String, file: StaticString = #file , function: StaticString = #function, line: UInt = #line)
3939
{
40-
print(message)
40+
print(message())
4141
}
4242
public func SDLogInfo(_ message: @autoclosure () -> String, file: StaticString = #file , function: StaticString = #function, line: UInt = #line)
4343
{
44-
print(message)
44+
print(message())
4545
}
4646
public func SDLogWarning(_ message: @autoclosure () -> String, file: StaticString = #file , function: StaticString = #function, line: UInt = #line)
4747
{
48-
print(message)
48+
print(message())
4949
}
5050
public func SDLogVerbose(_ message: @autoclosure () -> String, file: StaticString = #file , function: StaticString = #function, line: UInt = #line)
5151
{
52-
print(message)
52+
print(message())
5353
}
5454
#endif

Example/Podfile.lock

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
PODS:
2+
- Alamofire (4.8.1)
3+
- Blabber (1.1.7):
4+
- Blabber/Core (= 1.1.7)
5+
- Blabber/Core (1.1.7)
6+
- DockerSwift/Blabber (1.0.0):
7+
- Blabber
8+
- DockerSwift/Core
9+
- DockerSwift/Core (1.0.0):
10+
- Alamofire (~> 4)
11+
12+
DEPENDENCIES:
13+
- DockerSwift/Blabber (from `../`)
14+
15+
SPEC REPOS:
16+
https://github.com/cocoapods/specs.git:
17+
- Alamofire
18+
- Blabber
19+
20+
EXTERNAL SOURCES:
21+
DockerSwift:
22+
:path: "../"
23+
24+
SPEC CHECKSUMS:
25+
Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11
26+
Blabber: 056a8fe57474e9eafef7777e050ec316ed9c12a2
27+
DockerSwift: 46dd3ee9c758a60d2f2a21971a888d2d6ded67cc
28+
29+
PODFILE CHECKSUM: ec851d6cc010d9050a956f93859ab45537d0f4f8
30+
31+
COCOAPODS: 1.6.1

Example/Pods/Alamofire/LICENSE

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Alamofire/README.md

Lines changed: 243 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)