Skip to content

Commit

Permalink
[feat] changes in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCech committed Mar 30, 2019
1 parent f004cae commit e19dc5a
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions VersionIcon.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
Pod::Spec.new do |s|
s.name = 'VersionIcon'
s.version = '0.9.1'
s.license = 'Apache License, Version 2.0'
s.summary = 'VersionIcon prepares iOS icon with ribbon, text and version info overlay'
s.homepage = 'https://github.com/DanielCech/VersionIcon'
s.social_media_url = 'https://twitter.com/DanielCech'
s.authors = { "Daniel Čech": "[email protected]" }
s.source = { :git => "https://github.com/DanielCech/VersionIcon.git", :tag => +s.version.to_s }
s.platforms = { :ios => "11.0", :osx => "10.10", :tvos => "11.0", :watchos => "2.0" }
s.requires_arc = true

s.default_subspec = "Core"
s.subspec "Core" do |ss|
ss.source_files = "Bin/*"
ss.framework = "Foundation"
end
s.name = 'VersionIcon'
s.module_name = 'VersionIcon'
s.version = '0.9.2'
s.summary = 'A Swift 3 based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up'
s.homepage = 'https://github.com/DanielCech/VersionIcon'
s.license = 'MIT'
s.author = { "Daniel Čech" => "[email protected]" }
s.platform = :ios, '8.0'
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.source = { :git => 'https://github.com/DanielCech/VersionIcon.git', :tag => s.version.to_s }
s.source_files = 'Sources/**/*'
# s.resource_bundle = { 'PKHUDResources' => 'PKHUD/*.xcassets' }
s.swift_version = '4.0'
end

0 comments on commit e19dc5a

Please sign in to comment.