[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 4 / 3 / 6 / OCGQueue / 0.0.1 / OCGQueue.podspec.json
bloba85554f0eb00f55052e3c35147a65f047dda131b
2   "name": "OCGQueue",
3   "version": "0.0.1",
4   "summary": "A simple Queue implementation using NSMutableArray",
5   "description": "Homemade Queue implementation using NSMutableArray in Objective-C.",
6   "homepage": "https://github.com/ocgungor/OCGQueue",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Oguzhan Gungor",
12   "source": {
13     "git": "https://github.com/ocgungor/OCGQueue.git",
14     "tag": "0.0.1"
15   },
16   "source_files": [
17     "Classes",
18     "OCGQueue/Classes/**/*.{h,m}"
19   ],
20   "exclude_files": "Classes/Exclude",
21   "requires_arc": true,
22   "platforms": {
23     "osx": null,
24     "ios": null,
25     "tvos": null,
26     "watchos": null
27   }