[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / 2 / e / SwiftSortUtils / 0.1.1 / SwiftSortUtils.podspec.json
blob6717a8255684836e3b200af4f98f82e6aba0852f
2   "name": "SwiftSortUtils",
3   "version": "0.1.1",
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.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SwiftSortUtils": [
22       "Pod/Assets/*.png"
23     ]
24   }