You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cocoapods apparently doesn’t allow subspecs of a given pod to have different deployment platforms. (At least, it doesn’t work with the current version 1.0 of Cocoapods.)
Since the offline core is not available on OS X, we have to resort to publishing two different pods:
- AlgoliaSearch-Client-Swift, corresponding to the Online subspec, supporting iOS and OS X
- AlgoliaSearch-Offline-Swift, corresponding to the Offline subspec, with a dependency on AlgoliaSearchOfflineCore, supporting only iOS
Refs #68.
0 commit comments