[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 2 / a / 3 / libPusher / 1.6.1 / libPusher.podspec.json
blob245ec01dbed1a3e53201c3383d34628549f2ed51
2   "name": "libPusher",
3   "version": "1.6.1",
4   "license": "MIT",
5   "summary": "An Objective-C client for the Pusher.com service",
6   "homepage": "https://github.com/lukeredpath/libPusher",
7   "authors": "Luke Redpath",
8   "source": {
9     "git": "https://github.com/lukeredpath/libPusher.git",
10     "tag": "v1.6.1"
11   },
12   "requires_arc": true,
13   "header_dir": "Pusher",
14   "default_subspecs": "Core",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "dependencies": {
23         "SocketRocket": [
24           "0.4.1"
25         ]
26       },
27       "source_files": "Library/**/*.{h,m}",
28       "private_header_files": "Library/Private Headers/*",
29       "xcconfig": {
30         "GCC_PREPROCESSOR_DEFINITIONS": "kPTPusherClientLibraryVersion=@\\\"1.6\\\""
31       }
32     },
33     {
34       "name": "ReactiveExtensions",
35       "dependencies": {
36         "libPusher/Core": [
38         ],
39         "ReactiveCocoa": [
40           "~> 2.1"
41         ]
42       },
43       "source_files": "ReactiveExtensions/*",
44       "private_header_files": "ReactiveExtensions/*_Internal.h"
45     }
46   ]