Skip to content

Commit 9aea2e5

Browse files
committed
Add .podspec
1 parent abfc84d commit 9aea2e5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

AwaitToast.podspec

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pod::Spec.new do |s|
2+
s.name = "AwaitToast"
3+
s.version = "1.0.0"
4+
s.summary = "🍞 Basic toast as well as async waiting toast."
5+
s.homepage = "https://github.com/k-lpmg/AwaitToast"
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
7+
s.author = { "DongHee Kang" => "[email protected]" }
8+
s.source = { :git => "https://github.com/k-lpmg/AwaitToast.git", :tag => s.version.to_s }
9+
s.documentation_url = "https://github.com/k-lpmg/AwaitToast/blob/master/README.md"
10+
11+
s.ios.source_files = "Sources/**/*.swift"
12+
s.ios.deployment_target = "9.0"
13+
end

0 commit comments

Comments
 (0)