[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 0 / 1 / AlamofireSafariLogger / 1.0.0 / AlamofireSafariLogger.podspec.json
blobbb6b3d1b97054565e402eb1fbd6775d0e975c756
2   "name": "AlamofireSafariLogger",
3   "version": "1.0.0",
4   "summary": "A logging library under Alamofire library. Allow user to view logging information in Safari Web Inspector.",
5   "description": "A logging library under Alamofire library. Allow user to view logging information in Safari Web Inspector.\nPlease reference to https://github.com/springwong/AlamofireSafariLogger",
6   "homepage": "https://github.com/springwong/AlamofireSafariLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Spring": "rudolphwong2002@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/springwong/AlamofireSafariLogger.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AlamofireSafariLogger/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.5"
25     ]
26   }