[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 9 / MQTTClient / 0.0.5 / MQTTClient.podspec.json
blob557e9441f77c4fd6a416760c9ae13f585b959ce7
2   "name": "MQTTClient",
3   "version": "0.0.5",
4   "summary": "IOS native ObjectiveC MQTT Framework",
5   "homepage": "https://github.com/ckrey/MQTT-Client-Framework",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Christoph Krey": "krey.christoph@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ckrey/MQTT-Client-Framework.git",
15     "tag": "0.0.5"
16   },
17   "source_files": [
18     "MQTTClient/MQTTClient",
19     "MQTTClient/MQTTClient/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "ios": "6.1"
24   }