File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ And it lets you define CGRectangles and CGPoints as strings.
2727
2828## Installation
2929
30- > ** CocoaPods uses embedded frameworks that require a minimum deployment target of iOS 8 or OS X Mavericks.**
31- >
32- > To use Signals with a project targeting iOS 7, simply copy ` Geometry.swift ` into your project.
30+ To use Signals with a project targeting iOS 7, copy ` Geometry.swift ` into your project.
3331
34- ### CocoaPods
32+ #### CocoaPods
3533
3634CocoaPods 0.36 adds supports for Swift and embedded frameworks. To integrate Geometry into your project add the following to your ` Podfile ` :
3735
@@ -42,7 +40,7 @@ use_frameworks!
4240pod ' Geometry' , ' ~> 1.0'
4341```
4442
45- ### Carthage
43+ #### Carthage
4644
4745To integrate Geometry into your project using Carthage add the following to your ` Cartfile ` :
4846
You can’t perform that action at this time.
0 commit comments