[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / a / d / Holophonor / 0.1.1 / Holophonor.podspec.json
blobe2fbd17f013b4577b4f5a96b24a9dea32a98f645
2   "name": "Holophonor",
3   "version": "0.1.1",
4   "summary": "Convenience library for managing & querying musics.",
5   "description": "Convenience library for managing & querying musics. Written in Swift.\nMore documents in: https://github.com/SpongeBobSun/Holophonor",
6   "homepage": "https://github.com/SpongeBobSun/Holophonor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SpongeBobSun": "bobsun@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/SpongeBobSun/Holophonor.git",
16     "tag": "0.1.1"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Holophonor/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "CoreData",
26     "MediaPlayer",
27     "AVFoundation"
28   ],
29   "resource_bundles": {
30     "Holophonor": "Holophonor/*.xcdatamodeld"
31   },
32   "dependencies": {
33     "RxSwift": [
34       "~> 4.0"
35     ],
36     "RxCocoa": [
37       "~> 4.0"
38     ]
39   }