Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 08f04bb

Browse files
committed
Release 1.0.0
1 parent 89125e3 commit 08f04bb

13 files changed

+13
-13
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// AppDelegate.swift
22
//
3-
// Copyright (c) 2017 Maxime Epain
3+
// Copyright (c) 2019 Maxime Epain
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

Example/CustomViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// CustomViewController.swift
22
//
3-
// Copyright (c) 2017 Maxime Epain
3+
// Copyright (c) 2019 Maxime Epain
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

Example/HMSegmentedControlViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// HMSegmentedControlViewController.swift
22
//
3-
// Copyright (c) 2017 Maxime Epain
3+
// Copyright (c) 2019 Maxime Epain
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

Example/SegmentioViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SegmentioViewController.swift
22
//
3-
// Copyright (c) 2017 Maxime Epain
3+
// Copyright (c) 2019 Maxime Epain
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

Example/TopBarViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ViewController.swift
22
//
3-
// Copyright (c) 2017 Maxime Epain
3+
// Copyright (c) 2019 Maxime Epain
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017 Maxime Epain <[email protected]>
1+
Copyright (c) 2019 Maxime Epain <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

MXSegmentedControl.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MXSegmentedControl"
3-
s.version = "0.1.0"
3+
s.version = "1.0.0"
44
s.summary = "A very customizable segmented control for iOS."
55
s.description = <<-DESC
66
MXSegmentedControl is a segmented control framework for iOS:
@@ -17,6 +17,7 @@ MXSegmentedControl is a segmented control framework for iOS:
1717

1818
s.platform = :ios, '8.0'
1919
s.requires_arc = true
20+
s.swift_version = '4.2'
2021

2122
s.source_files = 'MXSegmentedControl/*.swift'
2223

MXSegmentedControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.0</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

MXSegmentedControl/MXIndicator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MXIndicator.swift
22
//
3-
// Copyright (c) 2017 Maxime Epain
3+
// Copyright (c) 2019 Maxime Epain
44
//
55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)