forked from reproio/repro-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRepro.podspec
27 lines (21 loc) · 910 Bytes
/
Repro.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = 'Repro'
s.version = '5.8.1'
s.summary = 'Repro is a mobile analytics tool that lets you have much deeper understanding of your users.'
s.homepage = 'https://repro.io/'
s.license = {
type: 'Copyright',
text: '(c) 2015 Repro Inc.'
}
s.author = { 'Repro' => '[email protected]' }
s.social_media_url = 'https://twitter.com/reproio'
s.source = {
:git => 'https://github.com/reproio/repro-ios-sdk.git',
:tag => s.version.to_s
}
s.documentation_url = 'https://docs.repro.io'
s.platform = :ios
s.requires_arc = true
s.vendored_frameworks = 'Repro.xcframework'
s.frameworks = 'UIKit', 'CoreGraphics', 'QuartzCore', 'SystemConfiguration', 'WebKit', 'UserNotifications'
end