- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBaseTracking.podspec
More file actions
Latest commit
16 lines (16 loc) Β· 657 Bytes
/
Copy pathBaseTracking.podspec
File metadata and controls
16 lines (16 loc) Β· 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name="BaseTracking"
s.version="1.0.6"
s.summary="BaseTracking is the easiest way to setup your analytics in Swift"
s.requires_arc=true
s.homepage="https://github.com/thejohnlima/BaseTracking"
s.license="MIT"
s.author={"John Lima"=>"thejohnlima@icloud.com"}
s.social_media_url="https://twitter.com/thejohnlima"
s.ios.deployment_target="9.3"
s.tvos.deployment_target="9.0"
s.watchos.deployment_target="4.0"
s.source={:git=>"https://github.com/thejohnlima/BaseTracking.git",:tag=>"#{s.version}"}
s.source_files="Sources/BaseTracking/*.{swift}"
s.swift_version="5.0"
end