blob: 15104d654492a8a26bc6f9ef658d2b0e592da70a [file] [log] [blame]
{
"name": "GRFoundation",
"version": "0.9.26",
"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. It also includes a lightweight Observable class (along the lines of a Rx Observable) and\na lightweight POCO (Plain Old Cocoa Object) to NSDictionary mapper, which makes it easy to turn your Objective-C objects into dictionaries\nsuitable for JSON serialization. Throw in some date utilties and a class for constructing URL query strings, and that is GRFoundation!",
"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.26"
},
"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",
"ImageIO"
],
"dependencies": {
"CocoaLumberjack": [
"~> 3.2"
]
}
}