Skip to content

Commit 8b70402

Browse files
committed
Updated podspec
1 parent 5de4110 commit 8b70402

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Geometry.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ Pod::Spec.new do |s|
99
s.source = { :git => 'https://github.com/artman/Geometry.git', :tag => s.version }
1010

1111
s.ios.deployment_target = '8.0'
12-
s.osx.deployment_target = '10.9'
13-
14-
s.source_files = 'Signals/*.swift'
12+
13+
s.source_files = 'Geometry/*.swift'
1514

1615
s.requires_arc = true
1716
end

Geometry.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
72879CC819BD1F3B0015F977 /* GeometryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72879CC719BD1F3B0015F977 /* GeometryTests.swift */; };
1212
72879CD219BD1F480015F977 /* UIView+Geometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72879CD119BD1F480015F977 /* UIView+Geometry.swift */; };
1313
72879CD319BD222E0015F977 /* UIView+Geometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72879CD119BD1F480015F977 /* UIView+Geometry.swift */; };
14+
72A3F8171B818AFD003A946C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A3F8161B818AFD003A946C /* Foundation.framework */; };
15+
72A3F8191B818B02003A946C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72A3F8181B818B02003A946C /* UIKit.framework */; };
1416
/* End PBXBuildFile section */
1517

1618
/* Begin PBXFileReference section */
@@ -21,13 +23,17 @@
2123
72879CC619BD1F3B0015F977 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2224
72879CC719BD1F3B0015F977 /* GeometryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeometryTests.swift; sourceTree = "<group>"; };
2325
72879CD119BD1F480015F977 /* UIView+Geometry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Geometry.swift"; sourceTree = "<group>"; };
26+
72A3F8161B818AFD003A946C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
27+
72A3F8181B818B02003A946C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
2428
/* End PBXFileReference section */
2529

2630
/* Begin PBXFrameworksBuildPhase section */
2731
72879CB419BD1F3A0015F977 /* Frameworks */ = {
2832
isa = PBXFrameworksBuildPhase;
2933
buildActionMask = 2147483647;
3034
files = (
35+
72A3F8191B818B02003A946C /* UIKit.framework in Frameworks */,
36+
72A3F8171B818AFD003A946C /* Foundation.framework in Frameworks */,
3137
);
3238
runOnlyForDeploymentPostprocessing = 0;
3339
};
@@ -44,6 +50,8 @@
4450
72879CAE19BD1F3A0015F977 = {
4551
isa = PBXGroup;
4652
children = (
53+
72A3F8181B818B02003A946C /* UIKit.framework */,
54+
72A3F8161B818AFD003A946C /* Foundation.framework */,
4755
72879CBA19BD1F3B0015F977 /* Geometry */,
4856
72879CC419BD1F3B0015F977 /* GeometryTests */,
4957
72879CB919BD1F3B0015F977 /* Products */,

0 commit comments

Comments
 (0)