[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 8 / 3 / a / DRCategories / 0.1.15 / DRCategories.podspec.json
blob95840fe467c1ac59f5f1440e246abea64d4a5032
2   "name": "DRCategories",
3   "version": "0.1.15",
4   "summary": "丰富的类扩展",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/DeanFs/DRCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dean_F": "stone.feng1990@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DeanFs/DRCategories.git",
16     "tag": "0.1.15"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DRCategories/Classes/*.{h,m}",
22   "dependencies": {
23     "DRMacroDefines": [
25     ],
26     "DRSandboxManager": [
28     ],
29     "pop": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Foundation",
36       "source_files": "DRCategories/Classes/Foundation/*.{h,m,mm}"
37     },
38     {
39       "name": "UIKit",
40       "source_files": "DRCategories/Classes/UIKit/*.{h,m}"
41     }
42   ]