Skip to content

Commit 5011328

Browse files
committed
Update README.md
1 parent 7783f63 commit 5011328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
Blocks in C and Objective-C are downright magical. They make coding easier and potentially quicker, not to mention faster on the front end with multithreading and Grand Central Dispatch. BlocksKit hopes to facilitate this kind of programming by removing some of the annoying - and, in some cases, impeding - limits on coding with blocks.
55

6-
BlocksKit is a framework and static library for iOS 4.3+ and Mac OS X 10.6+.
6+
BlocksKit is a framework for OS X Lion and newer and a static library for iOS 5 and newer.
77

88
Installation
99
============
1010

11-
BlocksKit can be added to a project using [CocoaPods](https://github.com/alloy/cocoapods). We also distribute a static library build.
11+
BlocksKit can be added to a project using [CocoaPods](https://github.com/cocoapods/cocoapods). We also distribute a static library build.
1212

1313
### Library
1414

0 commit comments

Comments
 (0)