Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1ac949

Browse files
committed
Update README.
Signed-off-by: Zachary Waldowski <[email protected]>
1 parent a92f399 commit c1ac949

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

BlocksKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BlocksKit'
3-
s.version = '1.8'
3+
s.version = '1.8.0'
44
s.license = 'MIT'
55
s.summary = 'The Objective-C block utilities you always wish you had.'
66
s.homepage = 'https://github.com/pandamonia/BlocksKit'

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,7 @@ BlocksKit is a framework and static library for iOS 4.3+ and Mac OS X 10.6+.
88
Installation
99
============
1010

11-
BlocksKit can be added to a project using [CocoaPods](https://github.com/alloy/cocoapods).
12-
13-
### Framework
14-
15-
* Download a release of BlocksKit.
16-
* Move BlocksKit.framework to your project's folder. Drag it from there into your project.
17-
* Add BlocksKit.framework to "Link Binary With Libraries" in your app's target. Make sure your app is linked with CoreGraphics, Foundation, MessageUI, and UIKit.
18-
* In the build settings of your target or project, change "Other Linker Flags" (`OTHER_LDFLAGS`) to `-ObjC -all_load`.
19-
* Insert `#import <BlocksKit/BlocksKit.h>` in your project's prefix header.
20-
* Make amazing software.
11+
BlocksKit can be added to a project using [CocoaPods](https://github.com/alloy/cocoapods). We also distribute a static library build.
2112

2213
### Library
2314

0 commit comments

Comments
 (0)