-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d6a69c1
commit b68b41a
Showing
3 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "Serrata" | ||
s.version = "1.0.0" | ||
s.summary = "Slide image viewer library similar to twitter and LINE" | ||
|
||
s.description = <<-DESC | ||
You can use it simply by passing the necessary information. | ||
It is a UI library that allows you to intuitively view images. | ||
Kingfisher is a lightweight and pure Swift implemented library. | ||
Kingfisher is used in the Serrata. I sincerely respect Kingfisher. | ||
DESC | ||
|
||
s.homepage = "https://github.com/horitaku46/Serrata" | ||
s.license = { :type => "MIT", :file => "./LICENSE" } | ||
|
||
s.author = { "Takuma Horiuchi" => "[email protected]" } | ||
s.social_media_url = "https://twitter.com/horitaku_" | ||
|
||
s.platform = :ios, "10.0" | ||
s.source = { :git => "https://github.com/horitaku46/Serrata.git", :tag => "#{s.version}" } | ||
|
||
s.ios.deployment_target = '10.0' | ||
|
||
s.source_files = "Serrata/**/*" | ||
s.resource_bundles = { | ||
"Serrata" => ["Serrata/**/*"] | ||
} | ||
|
||
s.dependency "Kingfisher" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters