la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 138 forks source link

Update iOS podspec dependency and metadata #55

Closed vbuberen closed 2 years ago

vbuberen commented 2 years ago

This PR updates AppsFlyer dependency for iOS pod part as after recent bump of AppsFlyer to 6.8.0 it is now impossible to use Segment 3.11.0 with AppsFlyer unless the project isn't locked on AppsFlyer 6.5.2 version:

Screenshot 2022-08-15 at 13 05 59

Additionally saw that error description provides wrong info about flutter_segment version by showing version 0.0.1. Thus, updated pod spec data to match https://guides.cocoapods.org/syntax/podspec.html#specification and provide correct info in cases like I had.