Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yulingtianxia committed Mar 4, 2016
1 parent 96ebfc7 commit 763a9b8
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Example/TBAlertControllerDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
A4910C171C1FFEB4009D25F9 /* TBAlertController.m */,
);
name = TBAlertController;
path = ../../TBAlertController;
path = ../../Source/TBAlertController;
sourceTree = "<group>";
};
A4910C191C1FFEB7009D25F9 /* TBActionSheet */ = {
Expand All @@ -139,7 +139,7 @@
A477F6761C734CF600BEB145 /* UIView+TBAdditions.m */,
);
name = TBActionSheet;
path = ../../TBActionSheet;
path = ../../Source/TBActionSheet;
sourceTree = "<group>";
};
A4910C1D1C2001A0009D25F9 /* Utils */ = {
Expand All @@ -150,7 +150,7 @@
2D34A2421C26214F00F0C801 /* TBMacro.h */,
);
name = Utils;
path = ../../Utils;
path = ../../Source/Utils;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions TBActionSheet.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TBActionSheet"
s.version = "1.2.0"
s.version = "1.3.0"
s.summary = "A Custom UIActionSheet"
s.description = <<-DESC
TBActionSheet is a custom action sheet. The default style is iOS9, you can make your own style.
Expand All @@ -16,7 +16,7 @@ s.source = { :git => "https://github.com/yulingtianxia/TBActionSheet.git",
s.platform = :ios, '6.0'
s.requires_arc = true

s.source_files = "TBActionSheet/**/*.{h,m}", "TBAlertController/**/*.{h,m}", "Utils/**/*.{h,m}"
s.source_files = "Source/**/*.{h,m}"
s.frameworks = 'Foundation', 'UIKit'

end

0 comments on commit 763a9b8

Please sign in to comment.