diff --git a/CapacitorCommunityFlipper.podspec b/CapacitorCommunityFlipper.podspec index 688e5ca..4f25ffa 100644 --- a/CapacitorCommunityFlipper.podspec +++ b/CapacitorCommunityFlipper.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'CapacitorCommunityFlipper' - s.version = '0.0.8' + s.version = '1.0.0' s.summary = 'A native plugin for flipper' s.license = 'MIT' s.homepage = 'https://github.com/capacitor-community/flipper' s.author = 'Priyank Patel ' - s.source = { :git => 'https://github.com/capacitor-community/flipper', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/capacitor-community/flipper.git', :tag => s.version.to_s } s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '11.0' s.static_framework = true