-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSwiftUIKit.podspec
More file actions
22 lines (21 loc) · 951 Bytes
/
SwiftUIKit.podspec
File metadata and controls
22 lines (21 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |spec|
spec.name = "SwiftUIKit"
spec.version = "0.0.1"
spec.summary = "A short description of SwiftUIKit."
spec.description = <<-DESC
This is description.
DESC
spec.homepage = "https://github.com/shotastage/SwiftUIKit"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Shota Shimazu" => "hornet.live.mf@gmail.com" }
spec.social_media_url = "https://twitter.com/shotastage"
# spec.platform = :ios
# spec.platform = :ios, "5.0"
# spec.ios.deployment_target = "5.0"
# spec.osx.deployment_target = "10.7"
# spec.watchos.deployment_target = "2.0"
# spec.tvos.deployment_target = "9.0"
spec.source = { :git => "http://EXAMPLE/SwiftUIKit.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/SwiftUIKit", "Sources/SwiftUIKit/**/*.{h,m}"
spec.exclude_files = "Docs", "Example", "Tests", "Scripts"
end