https://github.com/jaymon/plusplus
Handy Objective-C categories with lots of helpful methods
https://github.com/jaymon/plusplus
Last synced: 11 months ago
JSON representation
Handy Objective-C categories with lots of helpful methods
- Host: GitHub
- URL: https://github.com/jaymon/plusplus
- Owner: Jaymon
- License: mit
- Created: 2015-10-13T07:49:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T23:42:00.000Z (about 9 years ago)
- Last Synced: 2025-02-08T23:01:32.545Z (over 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlusPlus
Objective-C categories. Lots of helper methods I've accumulated over time, in one convenient place so I can include them in multiple projects.
## If I install this pod, what do I get?
Categories, categories everywhere!
## Installation
Use [Cocoapods](https://cocoapods.org/). To install it, simply add the following line to your Podfile:
```ruby
pod "PlusPlus"
```
## Troubleshooting
If your project can't find the PlusPlus headers, [this guide should help you fix it](https://guides.cocoapods.org/using/troubleshooting.html#using-the-cocoapods-project).
## License
Available under the MIT license. See the LICENSE file for more info.