Skip to content

Commit

Permalink
Update pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBarnegren committed Mar 16, 2017
1 parent ad5f9e9 commit 69458e8
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions SwiftChess.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'SwiftChess'
s.version = '0.1.0'
s.summary = 'A short description of SwiftChess.'
s.summary = 'Chess engine written in Swift'

# 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,17 @@ 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.
Chess engine written in Swift
DESC

s.homepage = 'https://github.com/SteveBarnegren/SwiftChess'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Steve Barnegren' => 'steve.barnegren@gmail.com' }
s.source = { :git => 'https://github.com/SteveBarnegren/SwiftChess.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.social_media_url = 'https://twitter.com/stevebarnegren'

s.ios.deployment_target = '8.0'

s.source_files = 'SwiftChess/Source/**/*'

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

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 69458e8

Please sign in to comment.