[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 5 / 8 / ServiceKitLogger / 1.0.0 / ServiceKitLogger.podspec.json
blob244c2bca0136302f3e9dd546f5888ebd429071a5
2   "name": "ServiceKitLogger",
3   "version": "1.0.0",
4   "summary": "Service Layer helper kit",
5   "description": "ServiceKitLooger is service responsible for function print log",
6   "homepage": "https://github.com/interactord/ServiceKitLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Scott Moon": "interactord@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/interactord/ServiceKitLogger.git",
19     "tag": "1.0.0"
20   },
21   "exclude_files": "Classes/Exclude",
22   "source_files": [
23     "Sources/**/*",
24     "Classes/Exclude"
25   ],
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "dependencies": {
31     "SwiftyBeaver": [
33     ]
34   },
35   "swift_version": "4.0",
36   "pod_target_xcconfig": {
37     "SWIFT_VERSION": "4.2"
38   }