blob: 5a18596764098fe844fbd069e74ff4005dea1248 [file] [log] [blame]
{
"name": "yapo-transport-ip",
"version": "0.1.7",
"summary": "YAPO IP transport for Objective-C",
"description": "Provides a transport over IP for YAPO messages, both LAN and mesh\ntopologies are supported.\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "http://github.com/ajres/yapo-transport-ip-objc",
"license": "APACHE2",
"authors": {
"@ajres": "dev@yet-another.co"
},
"source": {
"git": "https://github.com/ajres/yapo-transport-ip-objc.git",
"tag": "0.1.7"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "yapo-transport-ip-objc/**/*.{c,h,m}",
"public_header_files": [
"yapo-transport-ip-objc/YPTransport+IP.h",
"yapo-transport-ip-objc/YPTransportIPSPI.h"
],
"dependencies": {
"CocoaLumberjack": [
],
"yaul": [
],
"yapo-transport": [
]
}
}