Skip to content

Commit 05f9ae9

Browse files
author
蔡龙君
committed
SFAlertController 发布 0.1.1 版本
1 parent 75341db commit 05f9ae9

File tree

16 files changed

+949
-2
lines changed

16 files changed

+949
-2
lines changed

Carthage/Build/iOS/Static/SFAlertController.framework/Headers/SFAlertController-Swift.h

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

Carthage/Build/iOS/Static/SFAlertController.framework/Headers/SFAlertController-umbrella.h

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

Carthage/Build/iOS/Static/SFAlertController.framework/Modules/module.modulemap

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

SFAlertController.podspec

Lines changed: 2 additions & 2 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.0'
11+
s.version = '0.1.1'
1212
s.summary = '仿系统的UIAlertController,增加弹出自定义View功能.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -31,7 +31,7 @@ TODO: Add long description of the pod here.
3131
s.ios.deployment_target = '9.0'
3232
s.swift_version = '5.0'
3333
s.source_files = 'SFAlertController/Classes/**/*'
34-
34+
s.static_framework = true
3535
# s.resource_bundles = {
3636
# 'SFAlertController' => ['SFAlertController/Assets/*.png']
3737
# }

0 commit comments

Comments
 (0)