Skip to content

Commit 392412a

Browse files
committed
format node name
1 parent 9fbef4f commit 392412a

28 files changed

+1638
-889
lines changed

Example/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
use_frameworks!
2+
install! 'cocoapods', :generate_multiple_pod_projects => true
23

34
target 'logio_Example' do
45
pod 'CocoaLumberjack/Swift'
5-
pod 'logio', :path => '../'
6+
pod 'LogIO', :path => '../'
67
# pod 'LogIO-CocoaLumberjack', :path => '../LogIO-CocoaLumberjack/'
78

89
target 'logio_Tests' do

Example/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ PODS:
55
- CocoaLumberjack/Core (3.5.3)
66
- CocoaLumberjack/Swift (3.5.3):
77
- CocoaLumberjack/Core
8-
- logio (0.1.0):
8+
- LogIO (0.1.0):
99
- CocoaAsyncSocket
1010
- CocoaLumberjack
1111

1212
DEPENDENCIES:
1313
- CocoaLumberjack/Swift
14-
- logio (from `../`)
14+
- LogIO (from `../`)
1515

1616
SPEC REPOS:
1717
https://github.com/cocoapods/specs.git:
1818
- CocoaAsyncSocket
1919
- CocoaLumberjack
2020

2121
EXTERNAL SOURCES:
22-
logio:
22+
LogIO:
2323
:path: "../"
2424

2525
SPEC CHECKSUMS:
2626
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
2727
CocoaLumberjack: 2f44e60eb91c176d471fdba43b9e3eae6a721947
28-
logio: 756c315ed2b8ef848d4a59f9599f4b915c328f82
28+
LogIO: bfcc420f9114c5f2620331c994d88a30da381e21
2929

30-
PODFILE CHECKSUM: bc5c394d47eb1dab6b759ea4a6a419f0ee62a40a
30+
PODFILE CHECKSUM: fa2205c2f5f671811d6d2b1f257e099cf6c32bd6
3131

32-
COCOAPODS: 1.7.0.rc.1
32+
COCOAPODS: 1.7.4

Example/Pods/CocoaAsyncSocket.xcodeproj/project.pbxproj

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

Example/Pods/CocoaLumberjack.xcodeproj/project.pbxproj

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

Example/Pods/Local Podspecs/logio.podspec.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)