blob: d58ed3b063604604e56229018f7bf2a1e7036577 [file] [log] [blame]
{
"name": "GRFoundation",
"version": "0.9.3",
"summary": "Utility extensions to the Foundation and UIKit frameworks",
"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.",
"homepage": "https://github.com/jgrantr/GRFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Robinson": "grant@zayda.com"
},
"source": {
"git": "https://github.com/jgrantr/GRFoundation.git",
"tag": "0.9.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GRFoundation/Classes/**/*",
"public_header_files": [
"GRFoundation/Classes/**/GR*.h",
"GRFoundation/Classes/**/UI*.h",
"GRFoundation/Classes/**/NS*.h"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CocoaLumberjack": [
"~> 2.4"
]
}
}