Skip to content

Commit 3edb37c

Browse files
committed
Improved podspec
1 parent 6cab9c5 commit 3edb37c

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

AGGeometryKit.podspec

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,28 @@ Pod::Spec.new do |s|
22
s.name = "AGGeometryKit"
33
s.version = "1.0"
44
s.summary = "Quadrilaterals on CALayer, CGGeometry-functions, UIView/CALayer properties and other invaluable tools."
5-
s.homepage = "https://github.com/hfossli/AGGeometryKit.git"
5+
s.homepage = "https://github.com/hfossli/AGGeometryKit"
6+
s.license = 'MIT'
7+
s.platform = :ios, '5.0'
8+
s.requires_arc = true
69
s.authors = {
710
"Håvard Fossli" => "[email protected]",
811
"Marcus Eckert" => "[email protected]"
912
}
10-
s.license = 'MIT'
1113
s.source = {
1214
:git => "https://github.com/hfossli/AGGeometryKit.git",
1315
:tag => s.version.to_s
1416
}
15-
s.platform = :ios, '5.0'
16-
s.requires_arc = true
17-
17+
1818
s.default_subspec = 'Default'
1919

2020
s.subspec 'Default' do |ss|
2121
ss.dependency 'AGGeometryKit/Core'
22-
ss.dependency 'AGGeometryKit/Dependencies'
23-
ss.frameworks = 'SystemConfiguration', 'IOKit', 'CoreGraphics', 'UIKit', 'QuartzCore'
2422
end
2523

2624
s.subspec 'Core' do |ss|
25+
ss.frameworks = 'SystemConfiguration', 'IOKit', 'CoreGraphics', 'UIKit', 'QuartzCore'
2726
ss.source_files = 'Source/**/*.{h,m}'
2827
ss.exclude_files = 'Source/**/*Test.{h,m}'
2928
end
30-
31-
s.subspec 'Dependencies' do |ss|
32-
end
3329
end

0 commit comments

Comments
 (0)