[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / 3 / libPusher / 1.5 / libPusher.podspec.json
blobc264e824007b519f7a480f14bbda72e5516c7490
2   "name": "libPusher",
3   "version": "1.5",
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.5"
11   },
12   "requires_arc": true,
13   "header_dir": "Pusher",
14   "default_subspecs": [
15     "Core"
16   ],
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.8"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "dependencies": {
25         "SocketRocket": [
26           "0.3.1-beta2"
27         ]
28       },
29       "source_files": "Library/**/*.{h,m}",
30       "private_header_files": "Library/Private Headers/*",
31       "xcconfig": {
32         "GCC_PREPROCESSOR_DEFINITIONS": "kPTPusherClientLibraryVersion=@\\\"1.5\\\""
33       }
34     },
35     {
36       "name": "ReactiveExtensions",
37       "dependencies": {
38         "ReactiveCocoa": [
39           "~> 2.1"
40         ]
41       },
42       "source_files": "ReactiveExtensions/*",
43       "private_header_files": "*_Internal.h"
44     }
45   ]