blob: e083675cfd18aa75b6446f6ad03b4c7c0957fee3 [file] [log] [blame]
{
"name": "R2Streamer",
"version": "1.2.6",
"license": "BSD 3-Clause License",
"summary": "R2 Streamer",
"homepage": "https://github.com/d-i-t-a/r2-streamer-swift",
"authors": {
"Aferdita Muriqi": "aferdita.muriqi@gmail.com"
},
"source": {
"git": "https://github.com/d-i-t-a/r2-streamer-swift.git",
"tag": "1.2.6"
},
"exclude_files": [
"**/Info*.plist"
],
"requires_arc": true,
"resources": [
"r2-streamer-swift/Resources/**"
],
"source_files": "r2-streamer-swift/**/*.{m,h,swift}",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"R2Shared": [
],
"Fuzi": [
],
"CryptoSwift": [
],
"GCDWebServer": [
],
"Minizip": [
]
},
"swift_version": "5.0"
}