[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 2 / e / SwiftSortUtils / 0.4.0 / SwiftSortUtils.podspec.json
blobb30793fe759e86aadcffce926b9dcb9fc07ff753
2   "name": "SwiftSortUtils",
3   "version": "0.4.0",
4   "summary": "Useful functions and extensions for sorting in Swift",
5   "description": "This library takes a shot at making sorting in Swift more pleasant.\nIt also allows you to reuse your old NSSortDescriptor instances in Swift.",
6   "homepage": "https://github.com/dsmatter/SwiftSortUtils",
7   "license": "MIT",
8   "authors": {
9     "Daniel Strittmatter": "daniel@smattr.de"
10   },
11   "source": {
12     "git": "https://github.com/dsmatter/SwiftSortUtils.git",
13     "tag": "0.4.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "swift_version": "5.0"