Skip to content

Commit

Permalink
Merge pull request #21 from ReadmeCritic/master
Browse files Browse the repository at this point in the history
Correct the spelling of CocoaPods in README
  • Loading branch information
grhowes committed Feb 13, 2016
2 parents ae7f973 + 74426f3 commit 4322ddd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ There are undoubtably bugs but I've used this library in all 8 apps I have in th

The included library assumes ARC style memory management. It's also been arbitrarily set to support iOS 7 and up. I've moved to using newer code annotations such as *nullable* so it requires a recent version of Xcode to compile. Supports both traditional and module based framework includes.

Originally, this was distributed as a static library, but that is not a modern way to use it. So the enclosed project will build a framework, and most developers will probably find the use of **Cocoapods** more enjoyable. Requires Cocoapods 0.39 or above.
Originally, this was distributed as a static library, but that is not a modern way to use it. So the enclosed project will build a framework, and most developers will probably find the use of **CocoaPods** more enjoyable. Requires CocoaPods 0.39 or above.

I've enabled **IB_DESIGNABLE** for the view classes for environments with a minimum OS version of iOS 8 and above. This will allow artwork and widgets to be visible in Interface Builder. Cocoapods users should put ````use_frameworks!```` in their Podfile.
I've enabled **IB_DESIGNABLE** for the view classes for environments with a minimum OS version of iOS 8 and above. This will allow artwork and widgets to be visible in Interface Builder. CocoaPods users should put ````use_frameworks!```` in their Podfile.

The segmented control is not ready for use in tvOS apps.

Expand All @@ -37,14 +37,14 @@ If you just want to use the code in your app and are uninterested in the underly
* SVGToPDFConverter.h A class to convert the renderer's contents to a PDF.
* SVGPrinter.h A class to send a renderer's contents to a printer.

####If you are familiar with using Cocoapods and using it in your project
####If you are familiar with using CocoaPods and using it in your project
* Insert ````pod 'SVGgh'```` into your PodFile
• If you set your deployment target to iOS 8 or above, you should insert
````use_frameworks!```` in your Podfile.

* Go through the standard procedures for updating your Xcode workspace via Cocoapods. ````pod update````, ````pod install````, etc.
* Go through the standard procedures for updating your Xcode workspace via CocoaPods. ````pod update````, ````pod install````, etc.

####If you are not using Cocoapods
####If you are not using CocoaPods
To compile the framework.
* Load the included **SVGgh.xcodeproj** project in Xcode 6.3 or above
* **Build** the **Framework** target.
Expand Down

0 comments on commit 4322ddd

Please sign in to comment.