[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / f / 7 / yapo-transport-ip / 0.1.7 / yapo-transport-ip.podspec.json
blob5a18596764098fe844fbd069e74ff4005dea1248
2   "name": "yapo-transport-ip",
3   "version": "0.1.7",
4   "summary": "YAPO IP transport for Objective-C",
5   "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!",
6   "homepage": "http://github.com/ajres/yapo-transport-ip-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@yet-another.co"
10   },
11   "source": {
12     "git": "https://github.com/ajres/yapo-transport-ip-objc.git",
13     "tag": "0.1.7"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.9"
19   },
20   "source_files": "yapo-transport-ip-objc/**/*.{c,h,m}",
21   "public_header_files": [
22     "yapo-transport-ip-objc/YPTransport+IP.h",
23     "yapo-transport-ip-objc/YPTransportIPSPI.h"
24   ],
25   "dependencies": {
26     "CocoaLumberjack": [
28     ],
29     "yaul": [
31     ],
32     "yapo-transport": [
34     ]
35   }