Code Monkey home page Code Monkey logo

Comments (4)

ziper1 avatar ziper1 commented on May 4, 2024

Hey,
It's not added to the podspecs master repo https://github.com/CocoaPods/Specs

You need to add git repository address to use it:

pod 'Swifter', :git => 'https://github.com/glock45/swifter.git'

from swifter.

qpre avatar qpre commented on May 4, 2024

Thanks !

from swifter.

essingh avatar essingh commented on May 4, 2024

Pods seems to think swifter doesn't support osx. Executing "pod install" gives this output:

Analyzing dependencies
Pre-downloading: `Swifter` from `https://github.com/glock45/swifter.git`
[!] The platform of the target `talldudekit` (OS X 10.9) is not compatible with `Swifter (1.0.1)`, which does not support `osx`.

from swifter.

damian-kolakowski avatar damian-kolakowski commented on May 4, 2024

hi guys --

Starting from 1.0.2 ( 872a14f ) we are in the Spec repo. I've just pushed Swifter pod there ( CocoaPods/Specs@133db89 ).

Here is how you can get it for OSX targets:

# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'
use_frameworks!

target 'MyTargetForOSX' do

   pod 'Swifter', '~> 1.0.2’

end

and for iOS:

# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'
use_frameworks!

target 'TestPodForIOS' do
    pod 'Swifter', '~> 1.0.2’
end

target 'TestPodForIOSTests' do

end

target 'TestPodForIOSUITests' do

end

best

from swifter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.