diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RAGTextField.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RAGTextField.xcscheme new file mode 100644 index 0000000..cd42bf2 --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RAGTextField.xcscheme @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 207cf57..7544211 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Version](https://img.shields.io/cocoapods/v/RAGTextField.svg?style=flat)](http://cocoapods.org/pods/RAGTextField) [![License](https://img.shields.io/cocoapods/l/RAGTextField.svg?style=flat)](http://cocoapods.org/pods/RAGTextField) [![Platform](https://img.shields.io/cocoapods/p/RAGTextField.svg?style=flat)](http://cocoapods.org/pods/RAGTextField) +[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ## Example @@ -15,12 +16,24 @@ Written in Swift 4. Requires iOS 9. Support of Swift 3 ended with version 0.2.1. ## Installation -`RAGTextField` is available through [CocoaPods](http://cocoapods.org). To install it, add the following line to your Podfile: +`RAGTextField` is available through [CocoaPods](http://cocoapods.org) and [Carthage](https://github.com/Carthage/Carthage). + +#### Cocoapods + +Add the following line to your Podfile: ```ruby pod "RAGTextField" ``` +#### Carthage + +Add the following line to your Cartfile: + +```ruby +github "raginmari/RAGTextField" +``` + ## How to use After installing the lib and importing the module `RAGTextField`, the text field can be used like any other text field (both in the code and in your storyboards and nibs).