| { |
| "name": "AGDefines", |
| "version": "0.1.0", |
| "summary": "Useful objective-c defines.", |
| "description": "Useful objective-c defines.\n\nFor 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": "info@allgoritm.com" |
| }, |
| "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" |
| ] |
| } |
| } |