[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 6 / 9 / 1 / MetaheuristicKit / 0.1.1 / MetaheuristicKit.podspec.json
blob925a800e64f7b3589ba36abed8a5920725e418a6
2   "name": "MetaheuristicKit",
3   "version": "0.1.1",
4   "summary": "A collection af metaheuristic algorithm to optimize the solution of a given problem.",
5   "description": "This CocoaPod provides the ability to use metaheuristic algorithms, such as the genetic algorithm, to find a solution to a given problem.",
6   "homepage": "https://github.com/DavidPiper94/MetaheuristicKit",
7   "license": "MIT",
8   "authors": {
9     "DavidPiper94": "david.piper@udo.edu"
10   },
11   "source": {
12     "git": "https://github.com/DavidPiper94/MetaheuristicKit.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "MetaheuristicKit/Classes/**/*",
19   "resource_bundles": {
20     "MetaheuristicKit": [
21       "MetaheuristicKit/Assets/*.png"
22     ]
23   }