[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 3 / 6 / T21LoggerSwift / 2.0.0 / T21LoggerSwift.podspec.json
blob7a0ffed1fb6b6e8cef9f4199a06e3cc836c32c06
2   "name": "T21LoggerSwift",
3   "version": "2.0.0",
4   "summary": "The T21LoggerSwift class is a simple wrapper class for the SwiftyBeaver public third party logger library.",
5   "authors": "Eloi Guzman Ceron",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "source": {
10     "git": "https://github.com/worldline-spain/T21LoggerSwift.git",
11     "tag": "2.0.0"
12   },
13   "source_files": "src/**/*.{swift}",
14   "frameworks": [
15     "Foundation",
16     "UIKit"
17   ],
18   "requires_arc": true,
19   "homepage": "https://github.com/worldline-spain/T21LoggerSwift.git",
20   "license": "https://github.com/worldline-spain/T21LoggerSwift/blob/master/LICENSE",
21   "swift_versions": "5.0",
22   "dependencies": {
23     "SwiftyBeaver": [
24       "~> 1.7.0"
25     ]
26   },
27   "swift_version": "5.0"