Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoatoucher committed Aug 5, 2019
1 parent e20edfa commit 2c5fd84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

8 changes: 6 additions & 2 deletions AIFlatSwitch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.summary = 'Nicely animated flat design switch alternative to UISwitch'
s.homepage = 'https://github.com/cocoatoucher/AIFlatSwitch'
s.authors = { 'cocoatoucher' => '[email protected]' }
s.source = { :git => 'https://github.com/cocoatoucher/AIFlatSwitch.git', :tag => s.version }
s.authors = { 'cocoatoucher' => '[email protected]' }
s.swift_version = '5.0'

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '12.0'

s.source = { :git => 'https://github.com/cocoatoucher/AIFlatSwitch.git', :tag => s.version }
s.source_files = 'Sources/*.swift'
end
2 changes: 2 additions & 0 deletions AIFlatSwitch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
4E0F6E4C22F8E1AB0079C984 /* AIFlatSwitch.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = AIFlatSwitch.podspec; sourceTree = "<group>"; };
4E105409225B84540059CFEE /* .swift-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".swift-version"; sourceTree = "<group>"; };
4ED8F53B1D8DEB1700B97B8D /* AIFlatSwitch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AIFlatSwitch.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4ED8F53E1D8DEB1700B97B8D /* AIFlatSwitch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AIFlatSwitch.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -60,6 +61,7 @@
children = (
4EDDA38422F870F800853937 /* Info.plist */,
4EDDA37A22F86FE200853937 /* Package.swift */,
4E0F6E4C22F8E1AB0079C984 /* AIFlatSwitch.podspec */,
4EDDA37922F86FCF00853937 /* README.md */,
4E105409225B84540059CFEE /* .swift-version */,
4ED8F5551D8DEB1C00B97B8D /* Sources */,
Expand Down

0 comments on commit 2c5fd84

Please sign in to comment.