[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / b / 5 / 9 / DSLogs / 0.1.0 / DSLogs.podspec.json
blob17f784115199a537c1915b92224e01a2df716ad0
2   "name": "DSLogs",
3   "version": "0.1.0",
4   "summary": "A simple set of debug/warning/error macros for iOS",
5   "description": "                       Provides a simple set of logging functions:\n                        DLog, WLog, ELog for iOS that behaves like NSLog,\n                        providing DEBUG, WARNING, and ERROR level outputs.\n\n",
6   "homepage": "https://github.com/dannys42/DSLogs",
7   "license": "MIT",
8   "authors": {
9     "Danny Sung": "danny@dannysung.com"
10   },
11   "source": {
12     "git": "https://github.com/dannys42/DSLogs.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DSLogs": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h"