Skip to content

Commit e730f76

Browse files
authored
Merge pull request #1 from efcloud/support_spm
support SPM.
2 parents 6c11ff9 + ecfa4b4 commit e730f76

60 files changed

Lines changed: 974 additions & 797 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGGeometryKit.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = "AGGeometryKit"
3-
s.version = "1.2.9"
3+
s.version = "1.3.0"
44
s.summary = "Quadrilaterals on CALayer, CGGeometry-functions, UIView/CALayer properties and other invaluable tools."
55
s.homepage = "https://github.com/hfossli/AGGeometryKit"
66
s.license = 'MIT'
7-
s.ios.deployment_target = '5.0'
7+
s.ios.deployment_target = '15.0'
88
s.tvos.deployment_target = '9.0'
99
s.requires_arc = true
1010
s.authors = {
@@ -20,16 +20,17 @@ Pod::Spec.new do |s|
2020

2121
s.frameworks = 'CoreGraphics', 'UIKit', 'QuartzCore'
2222
s.source_files = 'AGGeometryKit/**/*.{h,m}'
23+
s.exclude_files = "AGGeometryKit/include"
2324

2425
# Some users of this library prefers to only use this subspec
2526
s.subspec 'UIViewProperties' do |ss|
2627
ss.frameworks = 'CoreGraphics', 'UIKit', 'QuartzCore'
27-
ss.source_files = 'AGGeometryKit/**/UIView+AGK+Properties.{h,m}'
28+
ss.source_files = '**/UIView+AGK+Properties.{h,m}'
2829
end
2930

3031
# Some users of this library prefers to only use this subspec
3132
s.subspec 'CALayerProperties' do |ss|
3233
ss.frameworks = 'CoreGraphics', 'QuartzCore'
33-
ss.source_files = 'AGGeometryKit/**/CALayer+AGK+Properties.{h,m}'
34+
ss.source_files = '**/CALayer+AGK+Properties.{h,m}'
3435
end
3536
end
File renamed without changes.
File renamed without changes.

AGGeometryKit/CoreGraphics_Extensions/AGGeometryKitCoreGraphics.h renamed to AGGeometryKit/AGGeometryKitCoreGraphics.h

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)