[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / a / 8 / OrderedSetAlgebra / 1.0 / OrderedSetAlgebra.podspec.json
blobb7089ab2b7d6edde8d107d1df6302f4afe317f97
2   "name": "OrderedSetAlgebra",
3   "version": "1.0",
4   "summary": "An OrderedSet Swift implementation  .",
5   "swift_versions": "4.2",
6   "description": "An OrderedSet Swift implementation that conforms to RandomAccessCollection and SetAlgebra (unique ordered elements).",
7   "homepage": "https://github.com/leodabus/OrderedSetAlgebra",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Leonardo Dabus": "leodabus@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/leodabus/OrderedSetAlgebra.git",
17     "tag": "1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "OrderedSetAlgebra/Classes/*.swift",
23   "swift_version": "4.2"