blob: 8eb9a5620c5799197d33e08a1e65dc08e57fbaa4 [file] [log] [blame]
{
"name": "GRNPFObject",
"version": "0.0.1",
"summary": "This is a 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.1"
},
"source_files": [
"GRNPFObject",
"GRNPFObject/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Parse": [
]
}
}