blob: e9236074af8410b244e0b039ed774ae27dc2eead [file] [log] [blame]
{
"name": "OCGStack",
"version": "0.0.1",
"summary": "A simple Stack implementation using NSMutableArray",
"description": "Homemade Stack implementation using NSMutableArray in Objective-C.",
"homepage": "https://github.com/ocgungor/OCGStack",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": "Oguzhan Gungor",
"source": {
"git": "https://github.com/ocgungor/OCGStack.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"OCGStack/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}