[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 6 / 0 / Debug / 0.2.0 / Debug.podspec.json
blobe668404e029afcd6445136fe79925b8227a8c81e
2   "name": "Debug",
3   "version": "0.2.0",
4   "summary": "A swift print that works only in debug mode",
5   "description": "Debug print for swift, automatically mute the print in RELEASE mode.",
6   "homepage": "https://github.com/matteocrippa/Debug",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Matteo Crippa": ""
13   },
14   "source": {
15     "git": "https://github.com/matteocrippa/Debug.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/ghego20",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Debug/Classes/**/*",
24   "dependencies": {
25     "AlamofireRouter": [
26       "~> 0.1"
27     ]
28   }