Skip to content

Commit b244544

Browse files
committed
Update README.md
1 parent 29f4446 commit b244544

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3634
CocoaPods 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!
4240
pod 'Geometry', '~> 1.0'
4341
```
4442

45-
### Carthage
43+
#### Carthage
4644

4745
To integrate Geometry into your project using Carthage add the following to your `Cartfile`:
4846

0 commit comments

Comments
 (0)