blob: 620c8641980492362f00f69dc507990b5d5838f0 [file] [log] [blame]
{
"name": "GRNPFObject",
"version": "0.0.3",
"summary": "This is a drop-in library to solve all the crashes due to Parse's (arguably) poor handling of `nil`s.",
"description": "This is a library to solve all the crashes due to Parse's (arguably) poor handling of `nil`s.\nIt wraps `PFObject` & co. to always check for `nil`, before passing them over to Parse.",
"homepage": "https://github.com/guaranatech/GRNPFObject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GuaranĂ¡ Technologies": "contact@guarana-technologies.com"
},
"social_media_url": "http://twitter.com/GuaranaTech",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guaranatech/GRNPFObject.git",
"tag": "0.0.3"
},
"source_files": [
"GRNPFObject",
"GRNPFObject/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Parse": [
]
}
}