Skip to content

Commit

Permalink
Added license to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
aashay-gaikwad committed Sep 25, 2023
1 parent 881734c commit d664f1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demos/appyx-interactions/ios/ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://bumble-tech.github.io/appyx/interactions/'
spec.source = { :http=> ''}
spec.authors = ''
spec.license = ''
spec.license = 'Apache License, Version 2.0'
spec.summary = 'appyx-interactions ios module'
spec.vendored_frameworks = 'build/cocoapods/framework/ios.framework'
spec.libraries = 'c++'
Expand Down
2 changes: 1 addition & 1 deletion demos/appyx-navigation/ios/ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.homepage = 'https://bumble-tech.github.io/appyx/navigation/'
spec.source = { :http=> ''}
spec.authors = 'https://github.com/bumble-tech/'
spec.license = ''
spec.license = 'Apache License, Version 2.0'
spec.summary = 'appyx-navigation iOS module'
spec.vendored_frameworks = 'build/cocoapods/framework/ios.framework'
spec.libraries = 'c++'
Expand Down
2 changes: 1 addition & 1 deletion demos/appyx-navigation/iosApp/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../ios"

SPEC CHECKSUMS:
ios: 58dfa3309ac6866c355717e5e7cafc202f55ab67
ios: 310d76ca95383dcf31f70ae1688b136b92834c28

PODFILE CHECKSUM: a1e557981a2880940a401c85ea35aafdd5895941

Expand Down

0 comments on commit d664f1d

Please sign in to comment.