[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / a / HJLMqttSDK / 2.0.0 / HJLMqttSDK.podspec.json
blob918832e76d8391d949a6e3cd6326ce68fbe36983
2   "name": "HJLMqttSDK",
3   "version": "2.0.0",
4   "summary": "an iOS communication SDK",
5   "description": "an iOS communication SDK create by huangjl,just for fun",
6   "homepage": "http://git.71sino.com/huangjl1275/firstCocoaPod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "icthuang85": "huangjl1275@13322.com"
13   },
14   "source": {
15     "git": "http://git.71sino.com/huangjl1275/firstCocoaPod.git",
16     "tag": "2.0.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "HJLSDK",
23   "subspecs": [
24     {
25       "name": "HJLFoundation",
26       "frameworks": "Foundation",
27       "source_files": "HJLMqttSDK/Classes/HJLFoundation/**/*.{h,a}",
28       "vendored_libraries": "HJLMqttSDK/Classes/HJLFoundation/*.a",
29       "public_header_files": "HJLMqttSDK/Classes/HJLFoundation/**/*.h"
30     },
31     {
32       "name": "HJLCommonLib",
33       "frameworks": "Foundation",
34       "source_files": "HJLMqttSDK/Classes/HJLCommonLib/**/*.{h,a}",
35       "vendored_libraries": "HJLMqttSDK/Classes/HJLCommonLib/*.a",
36       "public_header_files": "HJLMqttSDK/Classes/HJLCommonLib/**/*.h"
37     },
38     {
39       "name": "HJLSDK",
40       "frameworks": [
41         "UIKit",
42         "CoreTelephony",
43         "UserNotifications"
44       ],
45       "libraries": [
46         "z",
47         "xml2",
48         "sqlite3.0"
49       ],
50       "dependencies": {
51         "HJLMqttSDK/HJLFoundation": [
53         ],
54         "HJLMqttSDK/HJLCommonLib": [
56         ]
57       },
58       "source_files": [
59         "HJLMqttSDK/Classes/HJLSDK/*.h",
60         "HJLMqttSDK/Classes/HJLSDK/*.a"
61       ],
62       "vendored_libraries": "HJLMqttSDK/Classes/HJLSDK/*.a",
63       "public_header_files": "HJLMqttSDK/Classes/HJLSDK/*.h"
64     }
65   ]