[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / 3 / 1 / c / MQTTKit / 0.1.0 / MQTTKit.podspec.json
blob6d252540b50b289a7b7b34eba366100c41624cb7
2   "name": "MQTTKit",
3   "version": "0.1.0",
4   "summary": "Objective-C client for MQTT 3.1",
5   "homepage": "http://github.com/jmesnil/MQTTKit",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jeff Mesnil": "jmesnil@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/jmesnil/MQTTKit.git",
18     "tag": "0.1.0"
19   },
20   "source_files": [
21     "libmosquitto/*.{h,c}",
22     "MQTTKit/*.{h,m}"
23   ],
24   "public_header_files": "MQTTKit/MQTTKit.h",
25   "requires_arc": true