Skip to content

Commit aac24fb

Browse files
0.3.1
1 parent 4ac52bf commit aac24fb

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

BluxClient.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'BluxClient'
11-
s.version = '0.3.0'
11+
s.version = '0.3.1'
1212
s.summary = 'Blux iOS SDK.'
1313

1414
s.homepage = 'https://github.com/zaikorea/Blux-iOS-SDK.git'
1515
s.license = { :type => 'MIT', :file => 'LICENSE' }
1616
s.author = { 'Blux' => 'tech@blux.ai' }
17+
1718
s.source = { :git => 'https://github.com/zaikorea/Blux-iOS-SDK.git', :tag => s.version.to_s }
19+
s.source_files = 'BluxClient/Classes/**/*'
1820

1921
s.ios.deployment_target = '13.0'
20-
21-
s.source_files = 'BluxClient/Classes/**/*'
22+
s.swift_version = '5.0'
2223

2324
# s.public_header_files = 'Pod/Classes/**/*.h'
2425
# s.frameworks = 'UIKit', 'MapKit'

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- BluxClient (0.3.0)
2+
- BluxClient (0.3.1)
33

44
DEPENDENCIES:
55
- BluxClient (from `../`)

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

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

Example/Pods/Manifest.lock

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

Example/Pods/Target Support Files/BluxClient/BluxClient-Info.plist

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ use_frameworks!
1818
1919
target 'YOUR_PROJECT_NAME' do
2020
// 아래 줄 추가
21-
pod 'BluxClient', '0.3.0'
21+
pod 'BluxClient', '0.3.1'
2222
end
2323
2424
// 파일 최하단의 아래 줄 추가
2525
// 앞서 입력한 Extension의 Product Name을 target 이름으로 설정합니다.
2626
target 'BluxNotificationServiceExtenstion' do
27-
pod 'BluxClient', '0.3.0'
27+
pod 'BluxClient', '0.3.1'
2828
end
2929
```
3030

0 commit comments

Comments
 (0)