Skip to content

Commit eb929d2

Browse files
author
蔡龙君
committed
feat |> 修改项目配置
1 parent d943b2f commit eb929d2

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/SFAlertController.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
/* Begin PBXFileReference section */
3131
277D6A4A2B6DE3530E434D9E /* Pods-SFAlertController_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SFAlertController_Tests.release.xcconfig"; path = "Target Support Files/Pods-SFAlertController_Tests/Pods-SFAlertController_Tests.release.xcconfig"; sourceTree = "<group>"; };
32-
32C15F087A20F744552C3391 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
32+
32C15F087A20F744552C3391 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
3333
38ABB746688193A31128ACB5 /* Pods-SFAlertController_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SFAlertController_Example.debug.xcconfig"; path = "Target Support Files/Pods-SFAlertController_Example/Pods-SFAlertController_Example.debug.xcconfig"; sourceTree = "<group>"; };
3434
607FACD01AFB9204008FA782 /* SFAlertController_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SFAlertController_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3535
607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -44,8 +44,8 @@
4444
66D84903BDC96E5D836C1879 /* Pods-SFAlertController_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SFAlertController_Example.release.xcconfig"; path = "Target Support Files/Pods-SFAlertController_Example/Pods-SFAlertController_Example.release.xcconfig"; sourceTree = "<group>"; };
4545
7174792DC9599BE17BD3E83A /* Pods_SFAlertController_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SFAlertController_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4646
760FAA778C2D020B6FA96CC5 /* Pods_SFAlertController_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SFAlertController_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
47-
9DDB8621131E404BD07F4EAF /* SFAlertController.podspec */ = {isa = PBXFileReference; includeInIndex = 1; name = SFAlertController.podspec; path = ../SFAlertController.podspec; sourceTree = "<group>"; };
48-
C2703C77AB0ADD829059C907 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; name = README.md; path = ../README.md; sourceTree = "<group>"; };
47+
9DDB8621131E404BD07F4EAF /* SFAlertController.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SFAlertController.podspec; path = ../SFAlertController.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
48+
C2703C77AB0ADD829059C907 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
4949
F13FBC18D335EC921561D054 /* Pods-SFAlertController_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SFAlertController_Tests.debug.xcconfig"; path = "Target Support Files/Pods-SFAlertController_Tests/Pods-SFAlertController_Tests.debug.xcconfig"; sourceTree = "<group>"; };
5050
/* End PBXFileReference section */
5151

@@ -156,7 +156,6 @@
156156
F13FBC18D335EC921561D054 /* Pods-SFAlertController_Tests.debug.xcconfig */,
157157
277D6A4A2B6DE3530E434D9E /* Pods-SFAlertController_Tests.release.xcconfig */,
158158
);
159-
name = Pods;
160159
path = Pods;
161160
sourceTree = "<group>";
162161
};
@@ -209,7 +208,7 @@
209208
attributes = {
210209
LastSwiftUpdateCheck = 0830;
211210
LastUpgradeCheck = 0830;
212-
ORGANIZATIONNAME = CocoaPods;
211+
ORGANIZATIONNAME = "花菜";
213212
TargetAttributes = {
214213
607FACCF1AFB9204008FA782 = {
215214
CreatedOnToolsVersion = 6.3.1;
@@ -227,6 +226,7 @@
227226
developmentRegion = English;
228227
hasScannedForEncodings = 0;
229228
knownRegions = (
229+
English,
230230
en,
231231
Base,
232232
);

SFAlertController.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'SFAlertController'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of SFAlertController.'
12+
s.summary = '仿系统的UIAlertController,增加弹出自定义View功能.'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
@@ -21,14 +21,14 @@ Pod::Spec.new do |s|
2121
TODO: Add long description of the pod here.
2222
DESC
2323

24-
s.homepage = 'https://github.com/蔡龙君/SFAlertController'
24+
s.homepage = 'https://github.com/coderflower/SFAlertController'
2525
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2626
s.license = { :type => 'MIT', :file => 'LICENSE' }
27-
s.author = { '蔡龙君' => 'cailongjun@huami.com' }
28-
s.source = { :git => 'https://github.com/蔡龙君/SFAlertController.git', :tag => s.version.to_s }
27+
s.author = { '花菜' => 'developer.swifter@gmail.com' }
28+
s.source = { :git => 'https://github.com/coderflower/SFAlertController', :tag => s.version.to_s }
2929
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
3030

31-
s.ios.deployment_target = '8.0'
31+
s.ios.deployment_target = '9.0'
3232

3333
s.source_files = 'SFAlertController/Classes/**/*'
3434

0 commit comments

Comments
 (0)