| { |
| "name": "BDGMacros", |
| "version": "0.0.22", |
| "summary": "xCode Macros", |
| "license": "MIT", |
| "description": "Really useful macros to use in every xCode project, such as isPad, conversions, suppress warnings, singleton, dlog, documentsfolder", |
| "homepage": "https://github.com/BobDG/BDGMacros", |
| "authors": { |
| "Bob de Graaf": "graafict@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/BobDG/BDGMacros.git", |
| "tag": "0.0.22" |
| }, |
| "source_files": "*.{h,m}", |
| "module_name": "BDGMacros", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true |
| } |