[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / f / 5 / StompKit / 0.1.0 / StompKit.podspec.json
blob61459b7f6fdb5530d89872d14ee50f0997effcfb
2   "name": "StompKit",
3   "version": "0.1.0",
4   "summary": "STOMP Objective-C Client for iOS.",
5   "homepage": "https://github.com/mobile-web-messaging/StompKit",
6   "license": "Apache License, Version 2.0",
7   "authors": "Jeff Mesnil",
8   "source": {
9     "git": "https://github.com/mobile-web-messaging/StompKit.git",
10     "tag": "0.1.0"
11   },
12   "platforms": {
13     "ios": 5.0
14   },
15   "source_files": "StompKit/*.{h,m}",
16   "public_header_files": "StompKit/StompKit.h",
17   "requires_arc": true,
18   "dependencies": {
19     "CocoaAsyncSocket": [
20       "7.3.2"
21     ]
22   }