blob: c982b87234eec2ce5825d58a21b110729b02c069 [file] [log] [blame]
{
"name": "yapo-transport",
"version": "0.2.0",
"summary": "YAPO transport core for Objective-C",
"description": "Manages all transports for YAPO messages\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "http://github.com/ajres/yapo-transport-objc",
"license": "APACHE2",
"authors": {
"@ajres": "dev@yet-another.co"
},
"source": {
"git": "https://github.com/ajres/yapo-transport-objc.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "yapo-transport-objc/**/*.{c,h,m}",
"public_header_files": [
"yapo-transport-objc/YPTransport.h",
"yapo-transport-objc/YPTransportServiceProvider.h",
"yapo-transport-objc/YPInboundMessageHandler.h"
]
}