Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:capacitor-community/native-audio…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
priyankpat committed Jun 23, 2020
2 parents 4e3690a + 8a7f2a7 commit d78b5d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NativeAudio.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Pod::Spec.new do |s|
s.name = 'NativeAudio'
s.name = 'CapacitorCommunityNativeAudio'
s.version = '0.0.1'
s.summary = 'A native plugin for audio playback'
s.license = 'MIT'
Expand All @@ -10,4 +10,4 @@
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '11.0'
s.dependency 'Capacitor'
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@capacitor-community/native-audio",
"version": "0.1.0",
"description": "Capacitor Native Audio",
"description": "A native plugin for native audio engine",
"main": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
Expand Down

0 comments on commit d78b5d2

Please sign in to comment.