blob: 51b52f4a54124a6e784b3c182b8c146500b69a6e [file] [log] [blame]
{
"name": "HTTPRPC",
"version": "4.3",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/gk-brown/HTTP-RPC",
"authors": "Greg Brown",
"summary": "Lightweight multi-platform RPC over HTTP",
"source": {
"git": "https://github.com/gk-brown/HTTP-RPC.git",
"tag": "4.3"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"ios": {
"source_files": "Client/Objective-C/HTTPRPC-iOS/HTTPRPC/*.{h,m}"
},
"tvos": {
"source_files": "Client/Objective-C/HTTPRPC-iOS/HTTPRPC/*.{h,m}"
}
}