-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWJXOverlappedImagesView.podspec
37 lines (24 loc) · 1.39 KB
/
WJXOverlappedImagesView.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
25
26
27
28
29
30
31
32
33
34
35
36
Pod::Spec.new do |spec|
spec.name = "WJXOverlappedImagesView"
spec.version = "0.0.2"
spec.summary = "WJXOverlappedImagesView is made up of a group of round-cornered image views whitch over lapped on each other with some distance.."
spec.description = <<-DESC
WJXOverlappedImagesView is a very simple and common view made up of a group of round-cornered image views whitch over lapped on each other with some distance..
DESC
spec.homepage = "https://github.com/wjiuxing/WJXOverlappedImagesView"
spec.screenshots = "https://raw.githubusercontent.com/wjiuxing/WJXOverlappedImagesView/master/DemoPictures/overlapped-images-view.gif"
spec.license = "MIT"
# spec.license = { :type => "MIT", :file => "FILE_LICENSE" }
spec.author = { "Amos King" => "[email protected]" }
spec.platform = :ios
spec.platform = :ios, "8.0"
# When using multiple platforms
# 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 => "https://github.com/wjiuxing/WJXOverlappedImagesView.git", :tag => "#{spec.version}" }
spec.source_files = "Classes", "WJXOverlappedImagesView/**/*.swift"
spec.resource = "WJXOverlappedImagesView/WJXOverlappedImagesViewResource.bundle"
spec.swift_version = "5.0"
end