[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 8 / c / GBPush / 1.1.1 / GBPush.podspec.json
blob4d1773100287ce968836ae04059cbcaa08734509
2   "name": "GBPush",
3   "version": "1.1.1",
4   "summary": "Objective-C client library for Goonbee's push service, for iOS.",
5   "homepage": "https://github.com/lmirosevic/GBPush",
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/GBPush.git",
15     "tag": "1.1.1",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "GBPush.{h,m}",
24     "GBPushApi.{h,m}",
25     "thrift/gen-cocoa/GoonbeePushService.{h,m}"
26   ],
27   "public_header_files": [
28     "GBPush.h",
29     "GBPushApi.h",
30     "thrift/gen-cocoa/GoonbeePushService.h"
31   ],
32   "dependencies": {
33     "GBToolbox": [
35     ],
36     "GBStorage": [
37       "~> 2.1"
38     ],
39     "GBThriftApi": [
40       "~> 1.0"
41     ]
42   }