diff --git a/SwiftChess.podspec b/SwiftChess.podspec index 206fb12..eeea2b6 100644 --- a/SwiftChess.podspec +++ b/SwiftChess.podspec @@ -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/' + 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