Latest | 1.0.2 |
---|---|
Homepage | https://github.com/marcelo-schroeder/GustyKit |
License | Apache-2.0 |
Platforms | ios 8.0, requires ARC |
Authors |
DEPRECATED
GustyKit has been split into IFAFoundation and IFACoreUI.
GustyKit is no longer supported. Please use IFAFoundation and/or IFACoreUI instead.
Latest podspec
{ "name": "GustyKit", "version": "1.0.2", "summary": "A Cocoa Touch framework to help you develop high quality iOS apps and app extensions faster.", "homepage": "https://github.com/marcelo-schroeder/GustyKit", "license": "Apache-2.0", "authors": { "Marcelo Schroeder": "[email protected]" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source": { "git": "https://github.com/marcelo-schroeder/GustyKit.git", "tag": "v1.0.2" }, "default_subspecs": "CoreUI", "subspecs": [ { "name": "Foundation", "source_files": "GustyKit/GustyKit/Foundation/classes/**/*.{h,m}" }, { "name": "CoreUI", "source_files": [ "GustyKit/GustyKit/CoreUI/classes/**/*.{h,m}", "GustyKit/GustyKit/Help/classes/**/*.{h,m}" ], "resources": [ "GustyKit/GustyKit/CoreUI/resources/**/*.*", "GustyKit/GustyKit/Help/resources/**/*.*" ], "dependencies": { "GustyKit/Foundation": [], "ODRefreshControl": [ "1.1.0" ] } } ] }
Thu, 03 Mar 2016 23:31:03 +0000