Skip to content

Commit 4f4475a

Browse files
author
蔡龙君
committed
SFAlertController 发布 0.1.3 版本
1 parent ba22e41 commit 4f4475a

File tree

8 files changed

+6
-5
lines changed

8 files changed

+6
-5
lines changed
Binary file not shown.
Binary file not shown.

SFAlertController.podspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SFAlertController'
11-
s.version = '0.1.2'
11+
s.version = '0.1.3'
1212
s.summary = '仿系统的UIAlertController,增加弹出自定义View功能.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -33,11 +33,12 @@ TODO: Add long description of the pod here.
3333
s.source_files = 'SFAlertController/Classes/**/*'
3434
s.static_framework = true
3535
s.default_subspec = "Source"
36-
s.subspec 'Source' do |Source|
37-
Source.source_files = 'UserProfileSDK/**/*.{h,m,swift}'
36+
s.subspec 'Source' do |source|
37+
source.source_files = 'SFAlertController/**/*.{h,m,swift}'
3838
end
39-
s.subspec 'Binary' do |Binary|
40-
Binary.vendored_frameworks = "Carthage/Build/iOS/Static/UserProfileSDK.framework"
39+
s.subspec 'Binary' do |binary|
40+
binary.vendored_frameworks = "Carthage/Build/iOS/Static/SFAlertController.framework"
41+
binary.user_target_xcconfig = { 'LIBRARY_SEARCH_PATHS' => '$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)' }
4142
end
4243
# s.resource_bundles = {
4344
# 'SFAlertController' => ['SFAlertController/Assets/*.png']

0 commit comments

Comments
 (0)