[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / b / 9 / SimpleAlgorithms / 0.0.7 / SimpleAlgorithms.podspec.json
blob44223c61952c55901d02e08fad4800045234af52
2   "name": "SimpleAlgorithms",
3   "version": "0.0.7",
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.0.7"
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"