blob: 399efb7403704136e33c8ce8d5540f8786ba4b20 [file] [log] [blame]
{
"name": "yapo-transport-im",
"version": "0.1.6",
"summary": "YAPO in memory transport for Objective-C",
"description": "Provides an in memory transport for YAPO messages, routing between routing \npeers in the same process is supported.\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "http://github.com/ajres/yapo-transport-im-objc",
"license": "APACHE2",
"authors": {
"@ajres": "dev@yet-another.co"
},
"source": {
"git": "https://github.com/ajres/yapo-transport-im-objc.git",
"tag": "0.1.6"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "yapo-transport-im-objc/**/*.{c,h,m}",
"public_header_files": "yapo-transport-im-objc/YPTransportIMSPI.h",
"dependencies": {
"CocoaLumberjack": [
],
"yapo-transport": [
]
}
}