Latest | 0.3.0 |
---|---|
Homepage | https://github.com/jonathantribouharet/JTHelper |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
JTHelper is just a toolbox for common tasks in iOS.
Installation
With CocoaPods, add this line to your Podfile.
pod 'JTHelper', '~> 0.2'
Requirements
- iOS 7 or higher
- Automatic Reference Counting (ARC)
Author
License
JTHelper is released under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JTHelper", "version": "0.3.0", "summary": "List of common helpers for iOS projects.", "homepage": "https://github.com/jonathantribouharet/JTHelper", "license": { "type": "MIT" }, "authors": { "Jonathan Tribouharet": "[email protected]" }, "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/jonathantribouharet/JTHelper.git", "tag": "0.3.0" }, "source_files": "JTHelper/*", "requires_arc": true }
Sun, 06 Mar 2016 16:42:04 +0000