blob: 4d1773100287ce968836ae04059cbcaa08734509 [file] [log] [blame]
{
"name": "GBPush",
"version": "1.1.1",
"summary": "Objective-C client library for Goonbee's push service, for iOS.",
"homepage": "https://github.com/lmirosevic/GBPush",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"source": {
"git": "https://github.com/lmirosevic/GBPush.git",
"tag": "1.1.1",
"submodules": true
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"GBPush.{h,m}",
"GBPushApi.{h,m}",
"thrift/gen-cocoa/GoonbeePushService.{h,m}"
],
"public_header_files": [
"GBPush.h",
"GBPushApi.h",
"thrift/gen-cocoa/GoonbeePushService.h"
],
"dependencies": {
"GBToolbox": [
],
"GBStorage": [
"~> 2.1"
],
"GBThriftApi": [
"~> 1.0"
]
}
}