Update pod spec

This commit is contained in:
Steve Barnegren
2017-03-16 22:12:29 +00:00
parent ad5f9e9122
commit 69458e8a28
+3 -11
View File
@@ -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?
@@ -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