[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / 9 / SimpleAlgorithms / 0.0.4 / SimpleAlgorithms.podspec.json
blob9e9c1b77105de989fead799445151b1b297e7b78
2   "name": "SimpleAlgorithms",
3   "version": "0.0.4",
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": "10.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": "v0.0.4"
25   },
26   "source_files": "SimpleAlgorithms/Sources/*.swift",
27   "exclude_files": "SimpleAlgorithms/**/*.plist",
28   "requires_arc": true,
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "SimpleAlgorithmsTests/*.swift"
34     }
35   ],
36   "swift_version": "5.0"