Latest | 0.1.0 |
---|---|
Homepage | https://github.com/Vel0x/DMCore |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit, Foundation |
Authors |
DMCore is a collection of classes and categories to make development simpler.
Instead of having to remember the best practice to shuffle
an array, you can now call [myArray dm_Shuffle]
. Want
the MD5 of a string? [myString dm_MD5Hash]
For all methods have a look at the documentation: http://cocoadocs.org/docsets/DMCore/
Installation
DMCore is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "DMCore"
License
DMCore is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DMCore", "version": "0.1.0", "summary": "A collection of classes and categories to make development simpler", "description": "ttttttA collection of classes and categories to make development simpler.nttttttInstead of having to remember the best practice to shufflenttttttan array, you can now call `[myArray dm_Shuffle]`. Wantnttttttthe MD5 of a string? `[myString dm_MD5Hash]`n", "homepage": "https://github.com/Vel0x/DMCore", "license": "MIT", "authors": { "Vel0x": "[email protected]" }, "source": { "git": "https://github.com/Vel0x/DMCore.git", "tag": "0.1.0" }, "social_media_url": "https://twitter.com/Vel0x", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "public_header_files": "Pod/Classes/**/*.h", "frameworks": [ "UIKit", "Foundation" ] }
Sun, 06 Mar 2016 08:35:04 +0000