[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 7 / 9 / mosquitto_ios / 2.0.11 / mosquitto_ios.podspec.json
blob125b1617cad6debc696b7f2ddb921a5caa050a55
2   "name": "mosquitto_ios",
3   "version": "2.0.11",
4   "summary": "Publish to CocoaPods.",
5   "description": "Eclipse Mosquitto - An open source MQTT broker",
6   "homepage": "https://github.com/RengeRenge/mosquitto_ios.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Renge": "lidrkuft123@163.com"
13   },
14   "source": {
15     "git": "https://github.com/RengeRenge/mosquitto_ios.git",
16     "tag": "2.0.11"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "mosquitto-ios/mosquitto_ios.h",
22   "public_header_files": "mosquitto-ios/mosquitto_ios.h",
23   "frameworks": "UIKit",
24   "vendored_frameworks": "mosquitto_ios.framework",
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "dependencies": {
32     "OpenSSL-Universal": [
34     ],
35     "CocoaSecurity": [
37     ]
38   }