@@ -15,12 +15,18 @@ Flutter SDK for Courier
1515 s . source = { :path => '.' }
1616 s . source_files = 'Classes/**/*'
1717 s . dependency 'Flutter'
18- s . dependency 'CourierCore' , '0.0.19'
19- s . dependency 'CourierMQTT' , '0.0.19'
20- s . dependency 'CourierMQTTChuck' , '0.0.19'
21- s . platform = :ios , '11 .0'
18+ s . dependency 'CourierCore'
19+ s . dependency 'CourierMQTT'
20+ s . dependency 'CourierMQTTChuck'
21+ s . platform = :ios , '15 .0'
2222
2323 # Flutter.framework does not contain a i386 slice.
2424 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2525 s . swift_version = '5.0'
26- end
26+
27+ # Note: CourierCore, CourierMQTT, and CourierMQTTChuck are not published to CocoaPods trunk.
28+ # Consuming apps must add these to their Podfile:
29+ # pod 'CourierCore', :git => 'GitHub - gojek/courier-iOS: Courier iOS', :tag => '1.0.17', :modular_headers => true
30+ # pod 'CourierMQTT', :git => 'GitHub - gojek/courier-iOS: Courier iOS', :tag => '1.0.17', :modular_headers => true
31+ # pod 'CourierMQTTChuck', :git => 'GitHub - gojek/courier-iOS: Courier iOS', :tag => '1.0.17', :modular_headers => true
32+ end
0 commit comments