Giter VIP home page Giter VIP logo

icsstylemanager's People

Contributors

ikovalisko avatar itavor avatar lrossi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

icsstylemanager's Issues

Syntax highlighting for style files

Evaluate the possibility to integrate syntax highlighting for style files into Xcode 5.
If this is not possible without introducing additional hassles for the Xcode's user, evaluate the possibility to integrate syntax highlighting into another lightweight text editor, such as TextWrangler.

CocoaPods support

Hi!

As I know for now the main blocker to introduce podspec is that DDMathParser also doesn't support CocoaPods. Unfortunately author doesn't consider it in near future (davedelong/DDMathParser#47).

For now I'm using private spec repo to solve issues with both libraries.
Here is podspec for ICSStyleManager:

Pod::Spec.new do |s|
  s.name = "ICSStyleManager"
  s.version = "1.0.1"
  s.summary = "ICSStyleManager is a lightweight iOS theming library"

  s.description  = <<-DESC
                  ICSStyleManager is a lightweight iOS library that lets you handily separate your app's font, color and other UI-related values into style sheet files that are both easy to read and straightforward to write.
                  ICSStyleManager's main goals are *simplicity* and *effectiveness*:
                  - *Simplicity*, because we didn't want to bloat our own code too much for such a simple task, thus we kept ICSStyleManager minimal for easy code readability and maintenance.
                  - *Effectiveness*, because we designed ICSStyleManager to facilitate real-world use cases minimizing additional hassle.
                  We are using ICSStyleManager in our app [Stories](http://stories.icecreamstudios.com).
                   DESC

  s.homepage = "https://github.com/icecreamstudios/ICSStyleManager"
  s.license = 'MIT'
  s.author = { "Ludovico Rossi" => "[email protected]" }

  s.platform = :ios, '7.0'
  s.requires_arc = true

  s.source = { :git => "https://github.com/icecreamstudios/ICSStyleManager.git", :commit => "fff8be0ed3751db4e6d27bd7890d9dad4b691d57" }

  s.source_files = 'Source', 'Source/**/*.{h,m}'
  s.exclude_files = 'Source/Libraries'

  s.dependency 'DDMathParser', "~> 1.0.1" # requires proper spec in private Spce repo

end

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.