Latest | 0.0.1 |
---|---|
Homepage | https://github.com/hacktoolkit/hacktoolkit-ios_lib |
License | MIT |
Platforms | ios , requires ARC |
Authors | , |
hacktoolkit-ios_lib (Hacktoolkit for iOS)
This library project has many useful wrappers, data structures, and reusable components for iOS programming.
Currently, CocoaPods does not support Swift source files. To use, add this project as a submodule.
git submodule add [email protected]:hacktoolkit/hacktoolkit-ios_lib.git htk
- Import the
htk/Hacktoolkit
directory into Xcode.Add Files to "YOURPROJECT"...
- Navigate to and select
htk/Hacktoolkit
- Select
Create groups
for added folders radio
- After the initial setup, future updates can be done like so:
cd htk
git pull
git submodule update --init
(--init
can be left off after the initial update)
Requirements
- N/A
Sample Projects using Hacktoolkit for iOS
License
- For
hacktoolkit-ios_lib
seeLICENSE
- The Font Awesome font is licensed under the SIL OFL 1.1:
- Font Awesome by Dave Gandy – http://fontawesome.io
- Full details: http://fontawesome.io/license
Latest podspec
{ "name": "Hacktoolkit", "version": "0.0.1", "summary": "Hacktoolkit for iOS", "description": " This library project has many useful wrappers, data structures, and reusable components for iOS programming, Hacktoolkit-style!n", "homepage": "https://github.com/hacktoolkit/hacktoolkit-ios_lib", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Hacktoolkit": "[email protected]", "Jonathan Tsai": "[email protected]" }, "social_media_url": "http://twitter.com/hacktoolkit", "platforms": { "ios": null }, "source": { "git": "https://github.com/hacktoolkit/hacktoolkit-ios_lib.git", "tag": "0.0.1" }, "source_files": "Hacktoolkit/*", "requires_arc": true }
Sun, 28 Feb 2016 07:38:03 +0000