| { |
| "name": "DMCore", |
| "version": "0.1.0", |
| "summary": "A collection of classes and categories to make development simpler", |
| "description": "\t\t\t\t\t\tA collection of classes and categories to make development simpler.\n\t\t\t\t\t\tInstead of having to remember the best practice to shuffle\n\t\t\t\t\t\tan array, you can now call `[myArray dm_Shuffle]`. Want\n\t\t\t\t\t\tthe MD5 of a string? `[myString dm_MD5Hash]`\n", |
| "homepage": "https://github.com/Vel0x/DMCore", |
| "license": "MIT", |
| "authors": { |
| "Vel0x": "DaleMyers19@gmail.com" |
| }, |
| "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" |
| ] |
| } |