2 "name": "GRFoundation",
4 "summary": "Utility extensions to the Foundation and UIKit frameworks",
5 "description": "This collects a number of categories that flesh-out the Foundation and UIKit frameworks with some much-needed\nfunctionality. Includes a number of image manipulation and creation routines, as well as some helpers for\nextracting useful data about a iOS device.",
6 "homepage": "https://github.com/jgrantr/GRFoundation",
12 "Grant Robinson": "grant@zayda.com"
15 "git": "https://github.com/jgrantr/GRFoundation.git",
21 "source_files": "GRFoundation/Classes/**/*",
22 "public_header_files": [
23 "GRFoundation/Classes/**/GR*.h",
24 "GRFoundation/Classes/**/UI*.h",
25 "GRFoundation/Classes/**/NS*.h"