[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / e / 0 / 1 / AlamofireSafariLogger / 1.0.2 / AlamofireSafariLogger.podspec.json
blob157ba6da25202a0014723ebc4105758c9d355571
2   "name": "AlamofireSafariLogger",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "3.2",
22   "source_files": "AlamofireSafariLogger/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.5"
26     ]
27   }