Skip to content

Commit

Permalink
Remove MainActivity.kt and fill out podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
enwi committed Aug 25, 2023
1 parent 53eda10 commit bc09a5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.

This file was deleted.

10 changes: 5 additions & 5 deletions ios/dartzmq.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'dartzmq'
s.version = '0.0.1'
s.summary = 'A new Flutter FFI plugin project.'
s.version = '1.0.0-dev.15'
s.summary = 'A simple dart zeromq implementation/wrapper around the libzmq C++ library'
s.description = <<-DESC
A new Flutter FFI plugin project.
A simple dart zeromq implementation/wrapper around the libzmq C++ library.
DESC
s.homepage = 'http://example.com'
s.homepage = 'https://github.com/enwi/dartzmq'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.author = { 'wirmo' => 'contact@wirmo.com' }

s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
Expand Down

0 comments on commit bc09a5e

Please sign in to comment.