Latest | 0.1.4 |
---|---|
Homepage | https://github.com/gtranchedone/GTFoundation |
License | MIT |
Platforms | ios 7.0, osx 10.9, requires ARC |
Authors |
GTFoundation is a set of classes and categories I’m working on. It contains components I use in my personal projects. I hope somebody will find it useful. If you want to improve or fix some parts of it, please do so in your forked branch and make me a pull request!
Latest podspec
{ "name": "GTFoundation", "version": "0.1.4", "summary": "GTFoundation is a set of classes that makes it easy to work with the Foundation and UIKit / AppKit.", "description": " tGTFoundation is a set of classes that makes it easy to work with the Foundation and UIKit / AppKit frameworks when developing Mac and iOS apps.n", "homepage": "https://github.com/gtranchedone/GTFoundation", "license": "MIT", "authors": { "Gianluca Tranchedone": "[email protected]" }, "source": { "git": "https://github.com/gtranchedone/GTFoundation.git", "tag": "0.1.4" }, "platforms": { "ios": "7.0", "osx": "10.9" }, "requires_arc": true, "source_files": "Classes/**/*", "ios": { "exclude_files": "Classes/osx" }, "osx": { "exclude_files": "Classes/ios" }, "public_header_files": "Classes/**/*.h", "subspecs": [ { "name": "Colors", "source_files": "Classes/common/Categories/Colors/*" } ] }
Sat, 27 Feb 2016 10:42:03 +0000