-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRemoteLog.podspec
More file actions
19 lines (16 loc) · 1.31 KB
/
RemoteLog.podspec
File metadata and controls
19 lines (16 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'RemoteLog'
s.version = '6.0.0'
s.summary = 'Logging and support remotely for iOS app. See users & testers real journeys, network log, console, ui screenshots, and their screen touches'
s.description = <<-DESC
Remote logging provides an app provider a unique way of being able to improve testing reporting, realtime customer app support and remote live bug detection and bug fixing. RemoteLog provides a stream of events and even screenshots when activated by the user. This stream covers console printing, network requests, ui screenshot events when changing view controllers or touching buttons. Tap and touch events. And the device you are examining can be anywhere in the world.
DESC
s.homepage = 'https://github.com/willpowell8/RemoteLog'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'willpowell8' => 'willpowell8@gmail.com' }
s.source = { :git => 'https://github.com/willpowell8/RemoteLog.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/willpowelluk'
s.ios.deployment_target = '10.0'
s.vendored_frameworks = 'RemoteLog/RemoteLogLibrary.framework'
end