blob: ae84f60b4b6032c6257dd836e88fdca8489200b9 [file] [log] [blame]
{
"name": "libPusher",
"version": "1.6.4",
"license": "MIT",
"summary": "An Objective-C client for the Pusher service",
"homepage": "https://github.com/pusher/libPusher",
"authors": "Luke Redpath",
"source": {
"git": "https://github.com/pusher/libPusher.git",
"tag": "v1.6.4"
},
"requires_arc": true,
"header_dir": "Pusher",
"default_subspecs": "Core",
"platforms": {
"ios": "6.0",
"osx": "10.9"
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"SocketRocket": [
"0.5.1"
]
},
"source_files": "Library/**/*.{h,m}",
"private_header_files": "Library/Private Headers/*",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "kPTPusherClientLibraryVersion=@\\\"1.6.4\\\""
}
},
{
"name": "ReactiveExtensions",
"dependencies": {
"libPusher/Core": [
],
"ReactiveCocoa": [
"~> 2.1"
]
},
"source_files": "ReactiveExtensions/*",
"private_header_files": "ReactiveExtensions/*_Internal.h"
}
]
}