blob: f52a940ffab590bc3531d91df1123f55e67fc126 [file] [log] [blame]
{
"name": "Holophonor",
"version": "0.1.0",
"summary": "Convenience library for managing & querying musics.",
"description": "Convenience library for managing & querying musics. Written in Swift.\nMore documents in: https://github.com/SpongeBobSun/Holophonor",
"homepage": "https://github.com/SpongeBobSun/Holophonor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SpongeBobSun": "bobsun@outlook.com"
},
"source": {
"git": "https://github.com/SpongeBobSun/Holophonor.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "Holophonor/Classes/**/*",
"frameworks": [
"UIKit",
"CoreData",
"MediaPlayer",
"AVFoundation"
],
"resource_bundles": {
"Holophonor": "Holophonor/*.xcdatamodeld"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}