Skip to content

Commit 2c5fd84

Browse files
committed
Update podspec
1 parent e20edfa commit 2c5fd84

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.swift-version

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

AIFlatSwitch.podspec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ Pod::Spec.new do |s|
44
s.license = 'MIT'
55
s.summary = 'Nicely animated flat design switch alternative to UISwitch'
66
s.homepage = 'https://github.com/cocoatoucher/AIFlatSwitch'
7-
s.authors = { 'cocoatoucher' => 'cocoatoucher@aol.com' }
8-
s.source = { :git => 'https://github.com/cocoatoucher/AIFlatSwitch.git', :tag => s.version }
7+
s.authors = { 'cocoatoucher' => 'cocoatoucher@posteo.se' }
8+
s.swift_version = '5.0'
9+
910
s.ios.deployment_target = '8.0'
11+
s.tvos.deployment_target = '12.0'
12+
13+
s.source = { :git => 'https://github.com/cocoatoucher/AIFlatSwitch.git', :tag => s.version }
1014
s.source_files = 'Sources/*.swift'
1115
end

AIFlatSwitch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/* End PBXContainerItemProxy section */
2525

2626
/* Begin PBXFileReference section */
27+
4E0F6E4C22F8E1AB0079C984 /* AIFlatSwitch.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = AIFlatSwitch.podspec; sourceTree = "<group>"; };
2728
4E105409225B84540059CFEE /* .swift-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".swift-version"; sourceTree = "<group>"; };
2829
4ED8F53B1D8DEB1700B97B8D /* AIFlatSwitch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AIFlatSwitch.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2930
4ED8F53E1D8DEB1700B97B8D /* AIFlatSwitch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AIFlatSwitch.h; sourceTree = "<group>"; };
@@ -60,6 +61,7 @@
6061
children = (
6162
4EDDA38422F870F800853937 /* Info.plist */,
6263
4EDDA37A22F86FE200853937 /* Package.swift */,
64+
4E0F6E4C22F8E1AB0079C984 /* AIFlatSwitch.podspec */,
6365
4EDDA37922F86FCF00853937 /* README.md */,
6466
4E105409225B84540059CFEE /* .swift-version */,
6567
4ED8F5551D8DEB1C00B97B8D /* Sources */,

0 commit comments

Comments
 (0)