[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / b / 9 / SimpleAlgorithms / 0.0.2 / SimpleAlgorithms.podspec.json
blob9fb8c0f85308d6a27d35e3c7807430fd283f644a
2   "name": "SimpleAlgorithms",
3   "version": "0.0.2",
4   "summary": "Algorithms",
5   "description": "Simple linear search and sorting algorithms",
6   "homepage": "https://github.com/kamsebgoralski/SimpleAlgorithms",
7   "license": "MIT",
8   "authors": {
9     "Kamil Góralski": "kamsebgoralski@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "swift_versions": "4.2",
15   "pod_target_xcconfig": {
16     "SWIFT_VERSION": "4.2"
17   },
18   "source": {
19     "git": "https://github.com/kamsebgoralski/SimpleAlgorithms.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "SimpleAlgorithms/**/*.swift",
23   "requires_arc": true,
24   "swift_version": "4.2"