project.clj 502 B

1234567891011
  1. (defproject com.github.harlanji/ios-client "0.0.1-SNAPSHOT"
  2. :description ""
  3. :plugins [[lein-modules "0.3.11"]
  4. [lein-objcbuild "0.1.10"]]
  5. :objcbuild {:archs [:i386 :x86_64 #_:armv7 #_:armv7s]
  6. :frameworks [:UIKit :Foundation]}
  7. :aot :all
  8. :dependencies [[uikit "0.1.5"]
  9. [galdolber/clojure-objc :clj-objc1.7]
  10. [com.stuartsierra/component :component/clojure1.2+]
  11. [com.github.harlanji.clojure-stack/core "0.0.1-SNAPSHOT"]])