[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 6 / 0 / Debug / 0.2.1 / Debug.podspec.json
blob83b4cb26d6e3ea37cb7daaedf2a60adfd9fa0ee7
2   "name": "Debug",
3   "version": "0.2.1",
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.1"
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   }