Skip to content

Commit 9eaccfc

Browse files
committed
Example更新
1 parent aeba23c commit 9eaccfc

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ Carthage
3131
# `pod install` in .travis.yml
3232
#
3333
Pods/
34+
35+
IM_iOS_SDK_*

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
platform :ios, '7.0'
33

44
target 'TIMSDK_Example' do
5-
pod 'TIMSDK', '2.2.0'
5+
pod 'TIMSDK', '2.2.1'
66

77
target 'TIMSDK_Tests' do
88
inherit! :search_paths

Example/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
PODS:
2-
- TIMSDK (2.2.0):
3-
- TIMSDK/Base (= 2.2.0)
4-
- TIMSDK/Bugly (= 2.2.0)
5-
- TIMSDK/Core (= 2.2.0)
6-
- TIMSDK/QALHttp (= 2.2.0)
7-
- TIMSDK/Base (2.2.0)
8-
- TIMSDK/Bugly (2.2.0):
2+
- TIMSDK (2.2.1):
3+
- TIMSDK/Base (= 2.2.1)
4+
- TIMSDK/Bugly (= 2.2.1)
5+
- TIMSDK/Core (= 2.2.1)
6+
- TIMSDK/QALHttp (= 2.2.1)
7+
- TIMSDK/Base (2.2.1)
8+
- TIMSDK/Bugly (2.2.1):
99
- TIMSDK/Base
10-
- TIMSDK/Core (2.2.0):
10+
- TIMSDK/Core (2.2.1):
1111
- TIMSDK/Base
12-
- TIMSDK/QALHttp (2.2.0):
12+
- TIMSDK/QALHttp (2.2.1):
1313
- TIMSDK/Base
1414

1515
DEPENDENCIES:
16-
- TIMSDK (= 2.2.0)
16+
- TIMSDK (= 2.2.1)
1717

1818
SPEC CHECKSUMS:
19-
TIMSDK: de9112903f1835ef1ab4bbe21cc816db05de79c1
19+
TIMSDK: 74ca0663b5b4531877f16e0b7b2bd49bc0778e53
2020

21-
PODFILE CHECKSUM: 5aa80456be6a9f4e7feb5a5db61c6b51c62d2390
21+
PODFILE CHECKSUM: 89c72671878e0ed938c2cfcb9dfa0914ac262a13
2222

2323
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)