[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 7 / f / MDWamp / 1.0.1 / MDWamp.podspec.json
blob16286d6cd02694996828ece2a94dcb59a613ead2
2   "name": "MDWamp",
3   "version": "1.0.1",
4   "license": "Apache 2.0",
5   "homepage": "http://github.com/mogui/MDWamp",
6   "summary": "a client side objective-C implementation of the WebSocket subprotocol WAMP",
7   "authors": {
8     "Niko Usai": "mogui83@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mogui/MDWamp.git",
12     "tag": "1.0.1"
13   },
14   "source_files": "MDWamp/MDWamp/**/*.{h,m,c}",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "osx": {
19     "frameworks": [
20       "CFNetwork",
21       "Security"
22     ]
23   },
24   "libraries": "icucore",
25   "requires_arc": false