File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments