blob: edd13c165187a46fd9a18293a9d07f6088bacf60 [file] [log] [blame]
{
"name": "DRCategories",
"version": "0.1.5",
"summary": "丰富的类扩展",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/DeanFs/DRCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dean_F": "stone.feng1990@gmail.com"
},
"source": {
"git": "https://github.com/DeanFs/DRCategories.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DRCategories/Classes/*.{h,m}",
"dependencies": {
"DRMacroDefines": [
],
"DRSandboxManager": [
],
"pop": [
]
},
"subspecs": [
{
"name": "Foundation",
"source_files": "DRCategories/Classes/Foundation/*.{h,m,mm}"
},
{
"name": "UIKit",
"source_files": "DRCategories/Classes/UIKit/*.{h,m}"
}
]
}