[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / 9 / yapo-transport-objc / 0.1.7 / yapo-transport-objc.podspec.json
blob5b188c116ee3c389a9fd9444bd41db0cb2664f51
2   "name": "yapo-transport-objc",
3   "version": "0.1.7",
4   "summary": "YAPO transport core for Objective-C",
5   "description": "                       Manages all transports for YAPO messages\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "http://github.com/ajres/yapo-transport-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@xn--voo-zpa.com"
10   },
11   "source": {
12     "git": "https://github.com/ajres/yapo-transport-objc.git",
13     "tag": "0.1.7"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "yapo-transport-objc/**/*.{c,h,m}",
20   "public_header_files": [
21     "yapo-transport-objc/YPTransport.h",
22     "yapo-transport-objc/YPTransportServiceProvider.h",
23     "yapo-transport-objc/YPInboundMessageHandler.h"
24   ]