blob: 219905011edf9bcc67d28795b839ad49fdad69b4 [file] [log] [blame]
{
"name": "GBThriftApi",
"version": "1.0.1",
"summary": "A small library to make thrift a little more palatable in Objective-C on iOS and OS X.",
"homepage": "https://github.com/lmirosevic/GBThriftApi",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"source": {
"git": "https://github.com/lmirosevic/GBThriftApi.git",
"tag": "1.0.1",
"submodules": true
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "GBThriftApi.{h,m}",
"public_header_files": "GBThriftApi.h",
"dependencies": {
"GBToolbox": [
],
"thrift": [
"~> 0.9"
]
},
"subspecs": [
{
"name": "GBThriftShared",
"source_files": "thrift/gen-cocoa/GoonbeeShared.{h,m}",
"public_header_files": "thrift/gen-cocoa/GoonbeeShared.h"
}
]
}