[Add] AmplitudeSwift 1.11.5
[CocoaPods.git] / Specs / 8 / 5 / 7 / CocoaSVM / 0.0.3 / CocoaSVM.podspec.json
blob3d382e790c94fed8ada72136963e892e856ba6d9
2   "name": "CocoaSVM",
3   "version": "0.0.3",
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.3"
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   },
25   "public_header_files": "Pod/Classes/*.h"