Skip to content

Commit 2f4e3ee

Browse files
committed
Add podspec
1 parent 887ab56 commit 2f4e3ee

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

AmazingEvent.podspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Pod::Spec.new do |spec|
2+
3+
spec.name = "AmazingEvent"
4+
spec.version = "1.0.0"
5+
spec.summary = "Generic and retention cycle free Event that enables instance of any type to notify multiple classes when something of interest occurs."
6+
7+
spec.homepage = "https://github.com/khamitimur/AmazingEvent"
8+
spec.license = { :type => "MIT", :file => "LICENSE" }
9+
10+
spec.author = "Timur Khamidov"
11+
12+
spec.ios.deployment_target = "11.0"
13+
spec.osx.deployment_target = "10.14"
14+
spec.tvos.deployment_target = "11.0"
15+
spec.watchos.deployment_target = '4.0'
16+
17+
spec.source = { :git => "https://github.com/khamitimur/AmazingEvent.git", :tag => "#{spec.version}" }
18+
19+
spec.source_files = "Sources/**/*.swift"
20+
21+
spec.swift_versions = ['5.0']
22+
23+
end

0 commit comments

Comments
 (0)