https://github.com/johnvuko/jthelper
List of common helpers for iOS projects
https://github.com/johnvuko/jthelper
Last synced: over 1 year ago
JSON representation
List of common helpers for iOS projects
- Host: GitHub
- URL: https://github.com/johnvuko/jthelper
- Owner: johnvuko
- License: mit
- Created: 2014-01-22T22:40:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T15:59:19.000Z (over 10 years ago)
- Last Synced: 2025-01-11T14:15:44.654Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 278 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JTHelper
JTHelper is just a toolbox for common tasks in iOS.
## Installation
With [CocoaPods](http://cocoapods.org/), add this line to your Podfile.
pod 'JTHelper', '~> 0.2'
## Requirements
- iOS 7 or higher
- Automatic Reference Counting (ARC)
## Author
- [Jonathan Tribouharet](https://github.com/jonathantribouharet) ([@johntribouharet](https://twitter.com/johntribouharet))
## License
JTHelper is released under the MIT license. See the LICENSE file for more info.