[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 6 / SwiftyCollection / 1.0.5 / SwiftyCollection.podspec.json
blob6c0c672bef8227c2c0080bed5028e52b16e2f8fc
2   "name": "SwiftyCollection",
3   "version": "1.0.5",
4   "summary": "Safe operations on collections",
5   "description": "This library provides an extension to the family of Collection protocols (Collection, MutableCollection, and RangeReplacableCollection) for\neasier and range-safe access to its elements. Most of the added functions return optionals where .none is returned instead of conventional\nerror throwing. A summary of the provided functionality is: element(at:), removeLast, removeFirst, replaceOccurrences, removeElement, and\nremoveDuplicates (see the README file for detailed, complete description)",
6   "homepage": "https://github.com/aldo-dev/SwiftyCollection.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ALDO Inc": "aldodev@aldogroup.com"
13   },
14   "source": {
15     "git": "https://github.com/aldo-dev/SwiftyCollection.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "5.0",
22   "source_files": "SwiftyCollection/Classes/**/*"