[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 5 / 7 / CocoaSVM / 0.0.1 / CocoaSVM.podspec.json
blob6ae912b71285ac5cbf72b9d0cf132c61e68ea6e8
2   "name": "CocoaSVM",
3   "version": "0.0.1",
4   "summary": "Bringing libsvm to iOS",
5   "description": "Bringing libsvm to iOS with a flair for object-oriented design",
6   "homepage": "https://github.com/thepropterhoc/CocoaSVM",
7   "license": "MIT",
8   "authors": {
9     "Shelby Vanhooser": "vanhooser@ou.edu"
10   },
11   "source": {
12     "git": "https://github.com/thepropterhoc/CocoaSVM.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "CocoaSVM": [
22       "Pod/Assets/*.png"
23     ]
24   }