File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ let package = Package(
1919 )
2020 ] ,
2121 dependencies: [
22- . package ( url: " https://github.com/amplitude/analytics-connector-ios.git " , from: " 1.2.3 " )
22+ . package ( url: " https://github.com/amplitude/analytics-connector-ios.git " , from: " 1.0.1 " )
2323 ] ,
2424 targets: [
2525 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
2626 // Targets can depend on other targets in this package, and on products in packages this package depends on.
2727 . target(
2828 name: " AmplitudeSwift " ,
2929 dependencies: [
30- . product( name: " AnalyticsConnectorFramework " , package : " analytics-connector-ios " )
30+ . product( name: " AnalyticsConnector " , package : " analytics-connector-ios " )
3131 ] ,
3232 path: " Sources/Amplitude " ,
3333 exclude: [ " ../../Examples/ " , " ../../Tests/ " ] ,
You can’t perform that action at this time.
0 commit comments