Latest | 0.1.0 |
---|---|
Homepage | https://github.com/iltercengiz/CommonFormattersKit |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | libPhoneNumber-iOS |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
- iOS 7.0+
- ARC
Installation
CommonFormattersKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "CommonFormattersKit"
Author
Ilter Cengiz, [email protected]
License
CommonFormattersKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "CommonFormattersKit", "version": "0.1.0", "summary": "Common formatters we use in almost every project", "description": " Common formatters we use in almost every project. So this pod is developed to make life easier.n Formatters include (at least for now):n n * Date formattern * Phone number formattern", "homepage": "https://github.com/iltercengiz/CommonFormattersKit", "license": "MIT", "authors": { "Ilter Cengiz": "[email protected]" }, "source": { "git": "https://github.com/iltercengiz/CommonFormattersKit.git", "tag": "0.1.0" }, "social_media_url": "https://twitter.com/iltercengiz", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "dependencies": { "libPhoneNumber-iOS": [ "~> 0.8.2" ] } }
Tue, 01 Mar 2016 07:17:04 +0000