[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / e / 4 / DMCore / 0.1.0 / DMCore.podspec.json
blob64d0bb514a46e2689402854319729ec551c854f4
2   "name": "DMCore",
3   "version": "0.1.0",
4   "summary": "A collection of classes and categories to make development simpler",
5   "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",
6   "homepage": "https://github.com/Vel0x/DMCore",
7   "license": "MIT",
8   "authors": {
9     "Vel0x": "DaleMyers19@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Vel0x/DMCore.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/Vel0x",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]