blob: 21b64c5339a9fa4358796d92500f82ea8e8dd4f1 [file] [log] [blame]
{
"name": "SinchService",
"version": "1.0.1",
"platforms": {
"ios": "6.0"
},
"summary": "SinchService provides the class SINService which is a high-level wrapper around the Sinch iOS SDK",
"description": " SinchService provides the class SINService which is a high-level wrapper around the Sinch iOS SDK.\n",
"homepage": "https://github.com/sinch/SinchService-iOS",
"authors": {
"Christoffer Ahlbin": "christoffer@sinch.com"
},
"license": {
"type": "Apache"
},
"source": {
"git": "https://github.com/sinch/SinchService-iOS.git",
"tag": "1.0.1"
},
"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"
}
]
}