Search code examples
iosswiftcocoapods

How to install cocoapods package without cocoapods?


I want install this(https://cocoapods.org/pods/YandexMapKit) package into my project. But I use Carthage. How I can do this manually?


Solution

  • From https://github.com/CocoaPods/Specs/blob/master/Specs/2/3/4/YandexMapKit/3.3.1/YandexMapKit.podspec.json:

      "source": {
        "http": "https://maps-ios-pods-public.s3.yandex.net/YandexMapKit-3.3.1.framework.zip",
        "sha1": "6657a666992abfffcc1f7c56f2d9cca9daf5bd33"
      },
    

    and its YandexRuntime dependency from https://github.com/CocoaPods/Specs/blob/master/Specs/5/7/2/YandexRuntime/3.2.0/YandexRuntime.podspec.json:

      "source": {
        "http": "https://maps-ios-pods-public.s3.yandex.net/YandexRuntime-3.2.0.framework.zip",
        "sha1": "b43adea5ed437b7c8f42af480447ba594c8330dd"
      },