[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 3 / 5 / EAKitAI / 0.1.5 / EAKitAI.podspec.json
blobeed51fe800e689aa26fc9c6e4fb7d50ceb189a89
2   "name": "EAKitAI",
3   "version": "0.1.5",
4   "summary": "Evolutionary Algorithms written in Swift.",
5   "description": "EAKit is a Framework of Evolutionary Algorithms written in Swift. It is fully generic, architecture (algorithms) based on (interchangeable) components, simple to use and you can build your own evolutionary algorithm by using existing components.",
6   "homepage": "https://github.com/Li-Bot/eakit",
7   "license": {
8     "type": "GNU GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Libor Polehna": "polehna.libor@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Li-Bot/eakit.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "swift_versions": "5.0",
23   "source_files": "Sources/**/*.{h,m,swift}",
24   "frameworks": "Foundation",
25   "swift_version": "5.0"