-
Notifications
You must be signed in to change notification settings - Fork 206
/
Copy pathAdvance.podspec
24 lines (16 loc) · 757 Bytes
/
Advance.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 = "Advance"
s.version = "3.1.1"
s.summary = "Physics-based animations for iOS, tvOS, and macOS."
s.description = "Advance is a Swift framework that enables advanced animations and physics-based interactions."
s.homepage = "https://github.com/timdonnelly/Advance"
s.license = "BSD 2-clause \"Simplified\" License"
s.authors = "Tim Donnelly"
s.social_media_url = 'http://twitter.com/timdonnelly'
s.source = { :git => "https://github.com/timdonnelly/Advance.git", :tag => "3.1.1" }
s.source_files = "Sources/Advance/**/*.swift"
s.swift_version = '5.0'
s.ios.deployment_target = "10.0"
s.osx.deployment_target = "10.12"
s.tvos.deployment_target = "10.0"
end