blob: cb98a53b598dd8e709e274ca88ae060ea3ee4f92 [file] [log] [blame]
{
"name": "OCGMergeSort",
"version": "0.0.1",
"summary": "Merge Sort Algorithm in Objective-C",
"description": "Homemade Merge Sort Algorithm for large data structures that require custom sorting.",
"homepage": "https://github.com/ocgungor/OCGMergeSort",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Oguzhan Gungor",
"source": {
"git": "https://github.com/ocgungor/OCGMergeSort.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"OCGMergeSort/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}