File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,8 +4,12 @@ Pod::Spec.new do |s|
4
4
s . license = 'MIT'
5
5
s . summary = 'Nicely animated flat design switch alternative to UISwitch'
6
6
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
+
9
10
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 }
10
14
s . source_files = 'Sources/*.swift'
11
15
end
Original file line number Diff line number Diff line change 24
24
/* End PBXContainerItemProxy section */
25
25
26
26
/* Begin PBXFileReference section */
27
+ 4E0F6E4C22F8E1AB0079C984 /* AIFlatSwitch.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = AIFlatSwitch.podspec; sourceTree = "<group>"; };
27
28
4E105409225B84540059CFEE /* .swift-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".swift-version"; sourceTree = "<group>"; };
28
29
4ED8F53B1D8DEB1700B97B8D /* AIFlatSwitch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AIFlatSwitch.framework; sourceTree = BUILT_PRODUCTS_DIR; };
29
30
4ED8F53E1D8DEB1700B97B8D /* AIFlatSwitch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AIFlatSwitch.h; sourceTree = "<group>"; };
60
61
children = (
61
62
4EDDA38422F870F800853937 /* Info.plist */,
62
63
4EDDA37A22F86FE200853937 /* Package.swift */,
64
+ 4E0F6E4C22F8E1AB0079C984 /* AIFlatSwitch.podspec */,
63
65
4EDDA37922F86FCF00853937 /* README.md */,
64
66
4E105409225B84540059CFEE /* .swift-version */,
65
67
4ED8F5551D8DEB1C00B97B8D /* Sources */,
You can’t perform that action at this time.
0 commit comments