[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 9 / 8 / 6 / yapo-transport-im / 0.1.6 / yapo-transport-im.podspec.json
blob399efb7403704136e33c8ce8d5540f8786ba4b20
2   "name": "yapo-transport-im",
3   "version": "0.1.6",
4   "summary": "YAPO in memory transport for Objective-C",
5   "description": "Provides an in memory transport for YAPO messages, routing between routing \npeers in the same process is supported.\n* Markdown format.\n* Don't worry about the indent, we strip it!",
6   "homepage": "http://github.com/ajres/yapo-transport-im-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@yet-another.co"
10   },
11   "source": {
12     "git": "https://github.com/ajres/yapo-transport-im-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-im-objc/**/*.{c,h,m}",
21   "public_header_files": "yapo-transport-im-objc/YPTransportIMSPI.h",
22   "dependencies": {
23     "CocoaLumberjack": [
25     ],
26     "yapo-transport": [
28     ]
29   }