Latest | 0.1.0 |
---|---|
Homepage | https://github.com/AllgoritmLLC |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | VBDefines |
Authors |
400: Invalid request
Latest podspec
{ "name": "AGDefines", "version": "0.1.0", "summary": "Useful objective-c defines.", "description": "Useful objective-c defines.nnFor example, VBLog is a NSLog redefine. It adds some additional info (caller class, line) to log message. Stops logging in non-DEBUG builds.nAGLS shortens string localization code.nAGLS... macroses shorten string localization code.nAGFont... provide fast font creation.nAGShowAlert... show uialerts using params.n", "homepage": "https://github.com/AllgoritmLLC", "license": "MIT", "authors": { "Allgoritm LLC": "[email protected]" }, "source": { "git": "https://github.com/AllgoritmLLC/AGDefines.git", "tag": "v0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "AGDefines/**/*", "dependencies": { "VBDefines": [ "~> 0.1" ] } }
Fri, 04 Mar 2016 13:50:04 +0000