https://github.com/nextfaze/nfallocinit
The starting point for an iOS app - helper classes and the like
https://github.com/nextfaze/nfallocinit
Last synced: about 1 year ago
JSON representation
The starting point for an iOS app - helper classes and the like
- Host: GitHub
- URL: https://github.com/nextfaze/nfallocinit
- Owner: NextFaze
- License: apache-2.0
- Created: 2012-12-04T05:24:54.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T03:18:23.000Z (over 6 years ago)
- Last Synced: 2025-06-13T02:02:09.797Z (about 1 year ago)
- Language: Objective-C
- Size: 155 KB
- Stars: 5
- Watchers: 18
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFAllocInit
[](http://cocoapods.org/pods/NFAllocInit)
[](http://cocoapods.org/pods/NFAllocInit)
[](http://cocoapods.org/pods/NFAllocInit)
The starting point for an iOS app - helper classes and the like. Add this to your project to have access to detailed logs, CGRect shortcuts, quick audio player, date parsers and other handy tidbits.
For the spiritual successor to NFAllocInit, checkout [FazeKit](https://github.com/NextFaze/FazeKit) which is written in Swift.
## Integration instructions
NFAllocInit is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "NFAllocInit"
```
## Contact
[NextFaze](http://nextfaze.com)
## License
NFAllocInit is licensed under the terms of the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). Please see the [LICENSE](https://github.com/NextfazeSD/NFAllocInit/blob/master/LICENSE) file for full details.