Skip to content

Commit

Permalink
Merge branch 'release/1.2.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Perechnev committed Jul 24, 2020
2 parents 5b0cd14 + 930c9f4 commit 7da62e3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ChessKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "ChessKit"
spec.version = "1.2.9"
spec.version = "1.2.10"
spec.summary = "Lightweight and fast chess framework written in Swift."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -68,11 +68,12 @@ Lightweight and fast chess framework written in Swift. ChessKit is used as a bas
# spec.platform = :ios, "5.0"

# When using multiple platforms
# spec.ios.deployment_target = "5.0"
# spec.osx.deployment_target = "10.7"
spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.9"
# spec.watchos.deployment_target = "2.0"
# spec.tvos.deployment_target = "9.0"

spec.swift_version = "5.2"

# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand All @@ -91,7 +92,7 @@ Lightweight and fast chess framework written in Swift. ChessKit is used as a bas
# Not including the public_header_files will make all headers public.
#

spec.source_files = "Sources"
spec.source_files = "Sources/**/*.swift"
spec.exclude_files = "Classes/Exclude"

# spec.public_header_files = "Classes/**/*.h"
Expand Down

0 comments on commit 7da62e3

Please sign in to comment.