Skip to content

Commit ec8e96c

Browse files
committed
log to web
1 parent 48ac264 commit ec8e96c

File tree

106 files changed

+29609
-0
lines changed

Some content is hidden

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

106 files changed

+29609
-0
lines changed

Example/Podfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
use_frameworks!
2+
3+
target 'logio_Example' do
4+
pod 'CocoaLumberjack/Swift'
5+
pod 'logio', :path => '../'
6+
# pod 'LogIO-CocoaLumberjack', :path => '../LogIO-CocoaLumberjack/'
7+
8+
target 'logio_Tests' do
9+
inherit! :search_paths
10+
11+
12+
end
13+
end

Example/Podfile.lock

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
PODS:
2+
- CocoaAsyncSocket (7.6.3)
3+
- CocoaLumberjack (3.5.3):
4+
- CocoaLumberjack/Core (= 3.5.3)
5+
- CocoaLumberjack/Core (3.5.3)
6+
- CocoaLumberjack/Swift (3.5.3):
7+
- CocoaLumberjack/Core
8+
- logio (0.1.0):
9+
- CocoaAsyncSocket
10+
- CocoaLumberjack
11+
12+
DEPENDENCIES:
13+
- CocoaLumberjack/Swift
14+
- logio (from `../`)
15+
16+
SPEC REPOS:
17+
https://github.com/cocoapods/specs.git:
18+
- CocoaAsyncSocket
19+
- CocoaLumberjack
20+
21+
EXTERNAL SOURCES:
22+
logio:
23+
:path: "../"
24+
25+
SPEC CHECKSUMS:
26+
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
27+
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
28+
logio: 756c315ed2b8ef848d4a59f9599f4b915c328f82
29+
30+
PODFILE CHECKSUM: bc5c394d47eb1dab6b759ea4a6a419f0ee62a40a
31+
32+
COCOAPODS: 1.7.0.rc.1

Example/Pods/CocoaAsyncSocket/LICENSE.txt

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

Example/Pods/CocoaAsyncSocket/README.markdown

Lines changed: 115 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)