blob: 4b3ca3727c47e7c2f218905cf32002f0e7159983 [file] [log] [blame]
{
"name": "RCSinchService",
"version": "1.3",
"license": "MIT",
"homepage": "http://relatedcode.com",
"authors": {
"Related Code": "info@relatedcode.com"
},
"summary": "RCSinchService is a slightly modified version of the original SinchService.",
"source": {
"git": "https://github.com/relatedcode/RCSinchService.git",
"tag": "v1.3"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SinchService/**/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "SinchHeaders",
"source_files": "SinchService/PrivateHeaders/Sinch/*.h",
"header_dir": "Sinch"
}
]
}