[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 9 / DRYLogging / 1.0.0 / DRYLogging.podspec.json
bloba91a9f1c06acb9bb1996461d691d3f90dcbe9f36
2   "name": "DRYLogging",
3   "version": "1.0.0",
4   "summary": "An Objective-C logging framework, inspired on logging frameworks in other languages",
5   "homepage": "https://github.com/appfoundry/DRYLogging",
6   "license": "MIT",
7   "authors": {
8     "Michael Seghers": "mike.seghers@appfoundry.be"
9   },
10   "source": {
11     "git": "https://github.com/appfoundry/DRYLogging.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "DRYLogging": [
21       "Pod/Assets/*.png"
22     ]
23   }