Skip to content

Commit

Permalink
podspec tag
Browse files Browse the repository at this point in the history
  • Loading branch information
helmac committed Apr 27, 2020
1 parent ee395af commit 6abf947
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
9 changes: 8 additions & 1 deletion plugin.xml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@
<header-file src="src/ios/MigrateStorage.h" />
<source-file src="src/ios/MigrateStorage.m" />

<framework src="FMDB" type="podspec" spec="~> 2.7.4" />
<podspec>
<config>
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="FMDB" spec="~> 2.7.4" />
</pods>
</podspec>
</platform>

<platform name="android">
Expand Down
Empty file modified src/android/MigrateStorage.java
100644 → 100755
Empty file.
Empty file modified src/android/migrate-storage.gradle
100644 → 100755
Empty file.
Empty file modified src/ios/MigrateStorage.h
100644 → 100755
Empty file.
Empty file modified src/ios/MigrateStorage.m
100644 → 100755
Empty file.

0 comments on commit 6abf947

Please sign in to comment.