[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 3 / 5 / EAKitAI / 0.1.4 / EAKitAI.podspec.json
blob07e761acc71f0e8c78bb4191c37e37be1a627875
2   "name": "EAKitAI",
3   "version": "0.1.4",
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.4"
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"