[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / c / a / yapo-transport-ip-objc / 0.1.6 / yapo-transport-ip-objc.podspec.json
bloba56cd633d837ed7941a1e9f872975cba66d8ea6b
2   "name": "yapo-transport-ip-objc",
3   "version": "0.1.6",
4   "summary": "YAPO IP transport for Objective-C",
5   "description": "                       Provides a transport over IP for YAPO messages, both LAN and mesh\n                       topologies are supported.\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "http://github.com/ajres/yapo-transport-ip-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@xn--voo-zpa.com"
10   },
11   "source": {
12     "git": "https://github.com/ajres/yapo-transport-ip-objc.git",
13     "tag": "0.1.6"
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-objc": [
31     ],
32     "yapo-transport-objc": [
34     ]
35   }