[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 2 / e / SwiftSortUtils / 0.3.0 / SwiftSortUtils.podspec.json
blobd6e8a6e89c51900e22c60aa222464b600e6d1424
2   "name": "SwiftSortUtils",
3   "version": "0.3.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.3.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "pushed_with_swift_version": "3.0.1"