[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 3 / f / DRPBase / 1.0.0 / DRPBase.podspec.json
blob18cad6df09c572a63d9f3e6d23eec18f49ea67e5
2   "name": "DRPBase",
3   "version": "1.0.0",
4   "summary": "Logging and Require Macros",
5   "description": "                       This pod brings in some basic common needs like logging,\n                       require macros, and simple categories.\n",
6   "homepage": "https://github.com/yepthatsjason/DRPBase",
7   "license": "MIT",
8   "authors": {
9     "Jason Ederle": "jason@funly.io"
10   },
11   "source": {
12     "git": "https://github.com/yepthatsjason/DRPBase.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DRPBase": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit"