[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 8 / 2 / LogKit / 2.3.1 / LogKit.podspec.json
blob4a07ace3e832ee7ba301d4a1835b0fb532c8f1f9
2   "name": "LogKit",
3   "version": "2.3.1",
4   "authors": [
5     "Justin Pawela",
6     "The LogKit Project"
7   ],
8   "license": {
9     "type": "BSD",
10     "file": "LICENSE.txt"
11   },
12   "summary": "An efficient logging library for OS X, iOS, tvOS, and watchOS – written in Swift.",
13   "description": "An efficient logging library for OS X, iOS, tvOS, and watchOS – written in Swift. Log to console, file, HTTP service, or your own endpoint. Simple to get started, but smartly customizable.",
14   "homepage": "http://www.logkit.info/",
15   "source": {
16     "git": "https://github.com/logkit/logkit.git",
17     "tag": "2.3.1"
18   },
19   "documentation_url": "http://www.logkit.info/docs/2.3/",
20   "platforms": {
21     "osx": "10.9",
22     "ios": "8.0",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "requires_arc": true,
27   "frameworks": "Foundation",
28   "pod_target_xcconfig": {
29     "OTHER_SWIFT_FLAGS": "-DLogKitAdvertisingIDDisabled"
30   },
31   "source_files": "Sources/*.swift"