[Add] Onfido 18.3.2
[CocoaPods.git] / Specs / 3 / c / 0 / xAFDebugger / 0.1.0 / xAFDebugger.podspec.json
blob0cc0633adcb89c7ecf59c194bef5f81f8a02fec4
2   "name": "xAFDebugger",
3   "version": "0.1.0",
4   "summary": "Debug your HTTP networking easily",
5   "swift_version": "4.0",
6   "description": "xAFDebugger helps you debug your Alomafire networking calls with a few lines of code.",
7   "homepage": "https://github.com/akinogunc/xAFDebugger",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "akinogunc": "akinogunc@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/akinogunc/xAFDebugger.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "xAFDebugger/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.7"
26     ]
27   }