-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathViewMonitor.podspec
More file actions
19 lines (17 loc) · 799 Bytes
/
Copy pathViewMonitor.podspec
File metadata and controls
19 lines (17 loc) · 799 Bytes
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 = "ViewMonitor"
s.version = "2.4.0"
s.summary = "view detail monitor"
s.description = <<-DESC
You can measure view detail.
DESC
s.homepage = "https://github.com/daisuke0131/ViewMonitor"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Daisuke Yamashita" => "dai.tachikoma@gmail.com" }
s.source = { :git => "https://github.com/daisuke0131/ViewMonitor.git", :tag => s.version.to_s }
s.source_files = 'Sources/ViewMonitor/**/*.swift'
s.resource_bundles = { 'ViewMonitor' => ['Sources/ViewMonitor/Resources/*.png'] }
s.swift_versions = ['6.0']
s.platform = :ios
s.ios.deployment_target = "15.0"
end