Skip to content

Commit

Permalink
Update FortuneWheel.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersyd committed Apr 7, 2021
1 parent 8e87025 commit 72d5371
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions FortuneWheel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'FortuneWheel'
s.version = '0.1.0'
s.summary = 'A short description of FortuneWheel.'
s.summary = 'A FortuneWheel library for iOS using SwiftUI'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -18,25 +18,25 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
TODO: Add long description of the pod here.
'A FortuneWheel library for iOS using SwiftUI'
DESC

s.homepage = 'https://github.com/sameersyd/FortuneWheel'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'sameersyd' => '[email protected]' }
s.source = { :git => 'https://github.com/sameersyd/FortuneWheel.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.social_media_url = 'https://www.linkedin.com/in/sameer-nawaz-linked/'
s.ios.deployment_target = '13.0'

s.source_files = 'FortuneWheel/Classes/**/*'

# s.resource_bundles = {
# 'FortuneWheel' => ['FortuneWheel/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s.source_files = 'Source/**/**'
s.swift_version = '5.0'
s.platforms = {
"ios": "13.0"
}

s.resource_bundles = {
'FortuneWheel' => ['FortuneWheel/**']
}

end

0 comments on commit 72d5371

Please sign in to comment.