forked from FluidGroup/TextureSwiftSupport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTextureSwiftSupport.podspec
More file actions
22 lines (17 loc) · 818 Bytes
/
TextureSwiftSupport.podspec
File metadata and controls
22 lines (17 loc) · 818 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 = "TextureSwiftSupport"
spec.version = "0.0.5"
spec.summary = "Integrations Texture with Swift"
spec.description = <<-DESC
TextureSwiftSupport helps developers with Swift language's features.
DESC
spec.homepage = "https://github.com/muukii/TextureSwiftSupport"
spec.license = "MIT"
spec.author = { "Muukii" => "muukii.app@gmail.com" }
spec.social_media_url = "https://twitter.com/muukii_app"
spec.platform = :ios, "10.0"
spec.source = { :git => "https://github.com/muukii/TextureSwiftSupport.git", :tag => "#{spec.version}" }
spec.source_files = "TextureSwiftSupport", "TextureSwiftSupport/**/*.swift"
spec.swift_versions = ['5.1']
spec.dependency "Texture/Core", "~> 2.8.0"
end