blob: 18cad6df09c572a63d9f3e6d23eec18f49ea67e5 [file] [log] [blame]
{
"name": "DRPBase",
"version": "1.0.0",
"summary": "Logging and Require Macros",
"description": " This pod brings in some basic common needs like logging,\n require macros, and simple categories.\n",
"homepage": "https://github.com/yepthatsjason/DRPBase",
"license": "MIT",
"authors": {
"Jason Ederle": "jason@funly.io"
},
"source": {
"git": "https://github.com/yepthatsjason/DRPBase.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DRPBase": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}