blob: b98fac8b8e121b3b69a66e3ebc02a86c4eaccf3e [file] [log] [blame]
{
"name": "OCGXPathDictionary",
"version": "0.0.1",
"summary": "A simple XPath like structure to query through NSDictionary",
"description": "A simple XPath like structure to quert through NSDictionary in Objective-C.",
"homepage": "https://github.com/ocgungor/OCGXPathDictionary",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Oguzhan Gungor",
"source": {
"git": "https://github.com/ocgungor/OCGXPathDictionary.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"OCGXPathDictionary/Classes/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}