Skip to content

.podspec file is created in ios folder #112

@alshirokov81

Description

@alshirokov81

Currently .podspec file is created in ios folder and this is the reason why pod install is not working when you are using your new library.
To make it work I had to:

  1. replace .podspec file to the root
  2. edit in replaced .podspec file value s.source_files to s.source_files = "ios/**/*.{h,m}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions