[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 6 / 8 / SinchService / 1.0.2 / SinchService.podspec.json
blob340c2b955bb80fad55b10ce9693a52ff5d6ab5b3
2   "name": "SinchService",
3   "version": "1.0.2",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "SinchService provides the class SINService which is a high-level wrapper around the Sinch iOS SDK",
8   "description": "SinchService provides the class SINService which is a high-level wrapper around the Sinch iOS SDK.",
9   "homepage": "https://github.com/sinch/SinchService-iOS",
10   "authors": {
11     "Christoffer Ahlbin": "christoffer@sinch.com"
12   },
13   "license": {
14     "type": "Apache"
15   },
16   "source": {
17     "git": "https://github.com/sinch/SinchService-iOS.git",
18     "tag": "1.0.2"
19   },
20   "public_header_files": [
21     "SinchService/SINService.h",
22     "SinchService/SinchService.h"
23   ],
24   "source_files": "SinchService/*.{h,m}",
25   "subspecs": [
26     {
27       "name": "SinchHeaders",
28       "source_files": "SinchService/PrivateHeaders/Sinch/*.h",
29       "header_dir": "Sinch"
30     }
31   ]