blob: a88a2d87d2afa64be9bf8769414f75561f10a9af [file] [log] [blame]
{
"name": "RCSinchService",
"version": "1.5",
"platforms": {
"ios": "6.0"
},
"summary": "RCSinchService is a slightly modified version of the original SinchService.",
"homepage": "http://relatedcode.com",
"authors": {
"Related Code": "info@relatedcode.com"
},
"license": {
"type": "Apache"
},
"source": {
"git": "https://github.com/relatedcode/RCSinchService.git",
"tag": "v1.5"
},
"public_header_files": [
"SinchService/SINService.h",
"SinchService/SinchService.h"
],
"source_files": "SinchService/*.{h,m}",
"subspecs": [
{
"name": "SinchHeaders",
"source_files": "SinchService/PrivateHeaders/Sinch/*.h",
"header_dir": "Sinch"
}
]
}