[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 2 / b / yapo-transport-im-objc / 0.1.2 / yapo-transport-im-objc.podspec.json
blob75ed6fbb1fe5471d6952a9d48b26fb77d74073b6
2   "name": "yapo-transport-im-objc",
3   "version": "0.1.2",
4   "summary": "YAPO in memory transport for Objective-C",
5   "description": "                       Provides an in memory transport for YAPO messages, routing between routing \n                       peers in the same process is supported.\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "http://github.com/ajres/yapo-transport-im-objc",
7   "license": "APACHE2",
8   "authors": {
9     "@ajres": "dev@xn--voo-zpa.com"
10   },
11   "source": {
12     "git": "https://github.com/ajres/yapo-transport-im-objc.git",
13     "tag": "0.1.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "yapo-transport-im-objc/**/*.{c,h,m}",
20   "public_header_files": "yapo-transport-ip-objc/YPTransportIMSPI.h",
21   "dependencies": {
22     "yapo-transport-objc": [
24     ]
25   }