Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-11 committed Jul 29, 2017
1 parent 7be7a3e commit f5e2358
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions SMSegmentView.podspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
Pod::Spec.new do |s|

s.name = "SMSegmentView"
s.version = "0.0.2"
s.summary = "Custom segmented control for iOS 7 and above"
s.version = "1.3.1"
s.summary = "Custom segmented control for iOS"

s.description = <<-DESC
Written in Swift.
Support both images and text.
Support vertically organise segments
More customisible than UISegmentedControl and easier to expand with new style.
More customisible than UISegmentedControl and easy to expand.
DESC

s.homepage = "https://github.com/allenbryan11/SMSegmentView"
s.homepage = "https://github.com/sima-11/SMSegmentView"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = "allenbryan11"
s.platform = :ios, "7.0"
s.author = "Si Ma"
s.platform = :ios, "8.0"

s.ios.deployment_target = "7.0"
s.ios.deployment_target = "8.0"

s.source = { :git => "https://github.com/allenbryan11/SMSegmentView.git", :branch => "master" }
s.source = { :git => "https://github.com/sima-11/SMSegmentView.git", :branch => "master", :tag => "1.3.1"}


s.source_files = "SMSegmentViewController/SMSegmentView/*.swift"
Expand Down
3 changes: 3 additions & 0 deletions SMSegmentViewController.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
TargetAttributes = {
6957D7201A5A997A007AC81B = {
CreatedOnToolsVersion = 6.1;
DevelopmentTeam = UW39E2GE7A;
LastSwiftMigration = 0800;
};
6957D7351A5A997A007AC81B = {
Expand Down Expand Up @@ -508,6 +509,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = UW39E2GE7A;
INFOPLIST_FILE = SMSegmentViewController/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -521,6 +523,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = UW39E2GE7A;
INFOPLIST_FILE = SMSegmentViewController/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down

0 comments on commit f5e2358

Please sign in to comment.