[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / 5 / Revolver / 1.2.3 / Revolver.podspec.json
blobe759bfa5ec9d0abe6dfc4a51c18a2dad242a9814
2   "name": "Revolver",
3   "version": "1.2.3",
4   "summary": "A framework for building fast genetic algorithms.",
5   "description": "Revolver is a framework for building fast genetic algorithms in Swift 3.0.\nIt supports tree-based and array-based chromosome structures, all common genetic operators,\nselections and terminations. It allows sequential and parallel processing.\nEverything listed is ready-to-run, yet easily extensible.\nBy subclassing base classes and conforming to protocols, you can customize almost anything.",
6   "homepage": "https://github.com/petrmanek/Revolver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Petr Mánek",
12   "social_media_url": "http://twitter.com/petrmanek",
13   "platforms": {
14     "osx": "10.9",
15     "ios": "8.0",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/petrmanek/Revolver.git",
21     "tag": "v1.2.3"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/*.{h,m}"
26   ],
27   "dependencies": {
28     "SwiftyJSON": [
29       "~> 3.1"
30     ]
31   },
32   "pushed_with_swift_version": "3.0.2"