[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / 9 / SimpleAlgorithms / 0.1.2 / SimpleAlgorithms.podspec.json
blob02e5f0b776b7a236b2f3805ab4f76067e4bcbf14
2   "name": "SimpleAlgorithms",
3   "version": "0.1.2",
4   "summary": "Algorithms",
5   "description": "Simple linear search and sorting algorithms",
6   "homepage": "https://github.com/kamsebgoralski/SimpleAlgorithms",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kamil Góralski": "kamsebgoralski@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_versions": [
18     "4.0",
19     "4.2",
20     "5.0"
21   ],
22   "source": {
23     "git": "https://github.com/kamsebgoralski/SimpleAlgorithms.git",
24     "tag": "0.1.2"
25   },
26   "source_files": "Sources/*.swift",
27   "requires_arc": true,
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Tests/SimpleAlgorithmsTests/*.swift"
33     }
34   ],
35   "swift_version": "5.0"