[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 2 / f / GBThriftApi / 1.0.1 / GBThriftApi.podspec.json
blob219905011edf9bcc67d28795b839ad49fdad69b4
2   "name": "GBThriftApi",
3   "version": "1.0.1",
4   "summary": "A small library to make thrift a little more palatable in Objective-C on iOS and OS X.",
5   "homepage": "https://github.com/lmirosevic/GBThriftApi",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Luka Mirosevic": "luka@goonbee.com"
12   },
13   "source": {
14     "git": "https://github.com/lmirosevic/GBThriftApi.git",
15     "tag": "1.0.1",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "requires_arc": true,
23   "source_files": "GBThriftApi.{h,m}",
24   "public_header_files": "GBThriftApi.h",
25   "dependencies": {
26     "GBToolbox": [
28     ],
29     "thrift": [
30       "~> 0.9"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "GBThriftShared",
36       "source_files": "thrift/gen-cocoa/GoonbeeShared.{h,m}",
37       "public_header_files": "thrift/gen-cocoa/GoonbeeShared.h"
38     }
39   ]