[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 5 / 9 / SwiftBass / 2.4.11 / SwiftBass.podspec.json
blob901c76613b64bd0667e8ab2802f13196da6e1e70
2   "name": "SwiftBass",
3   "version": "2.4.11",
4   "summary": "Swift module for BASS library.",
5   "description": "Straightforward way to use BASS library in your Swift project.",
6   "homepage": "https://github.com/plasmLC/SwiftBass",
7   "license": "MIT",
8   "authors": {
9     "Alexander Orlov": "me@orlovalex.com"
10   },
11   "source": {
12     "git": "https://github.com/plasmLC/SwiftBass.git",
13     "tag": "2.4.11"
14   },
15   "social_media_url": "https://twitter.com/plasm_lc",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Pod/Classes/bass.h",
22     "Pod/Classes/**/*.{swift}"
23   ],
24   "ios": {
25     "vendored_libraries": "Pod/Classes/**/*.{a}"
26   },
27   "resource_bundles": {
28     "SwiftBass": [
29       "Pod/Assets/*.png"
30     ]
31   }