Giter VIP home page Giter VIP logo

Comments (8)

rickyok avatar rickyok commented on September 22, 2024

Yes please.

from squeal.

huynhphan89 avatar huynhphan89 commented on September 22, 2024

+1

from squeal.

 avatar commented on September 22, 2024

+1

from squeal.

huynhphan89 avatar huynhphan89 commented on September 22, 2024

+1

from squeal.

proth avatar proth commented on September 22, 2024

+1

from squeal.

Hatzen avatar Hatzen commented on September 22, 2024

If anyone is still interested, i created a custom podspec as follows:

  1. Create a new File "Squeal.podspec"
Pod::Spec.new do |s|

  s.name         = "Squeal"
  s.version      = "0.0.1"
  s.summary      = "A Swift wrapper for SQLite databases"
  s.description  = <<-DESC
    Demo Squel THISTHATTHISTHATTHISTHATTHISTHATTHISTHAT
                   DESC
  s.homepage     = "https://github.com/nerdyc/Squeal"

  s.ios.deployment_target = "8.0"
  s.osx.deployment_target = "10.9"
  s.license      = "MIT"
  s.author             = { "Christian Niles" => "[email protected]" }
  s.source       = { :git => "https://github.com/nerdyc/Squeal.git" }

  s.source_files  = "Squeal/*.{c,h,m,swift}"

  s.preserve_paths = 'modules/module.map'
  s.pod_target_xcconfig = {
    'SWIFT_INCLUDE_PATHS'         => '$(SRCROOT)/Squeal/modules'
  }

end
  1. In Podfile simply use:
    pod 'Squeal', :podspec => "."

the pod spec and pod file have to be located in the same folder

from squeal.

nerdyc avatar nerdyc commented on September 22, 2024

I just added support for cocoapods in version 1.1.2. Can anyone let me know if they have any issues?

from squeal.

nerdyc avatar nerdyc commented on September 22, 2024

(or just re-open this Issue if there are any issues)

from squeal.

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.