[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / b / OCGMergeSort / 0.0.1 / OCGMergeSort.podspec.json
blobcb98a53b598dd8e709e274ca88ae060ea3ee4f92
2   "name": "OCGMergeSort",
3   "version": "0.0.1",
4   "summary": "Merge Sort Algorithm in Objective-C",
5   "description": "Homemade Merge Sort Algorithm for large data structures that require custom sorting.",
6   "homepage": "https://github.com/ocgungor/OCGMergeSort",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "Oguzhan Gungor",
12   "source": {
13     "git": "https://github.com/ocgungor/OCGMergeSort.git",
14     "tag": "0.0.1"
15   },
16   "source_files": [
17     "Classes",
18     "OCGMergeSort/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   }