[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / 3 / LYMqttSDK / 1.0.03 / LYMqttSDK.podspec.json
blob0ff7f330172c5b4c13cb06ea7aea198a502313ae
2   "name": "LYMqttSDK",
3   "version": "1.0.03",
4   "summary": "an iOS communication SDK",
5   "description": "an iOS communication SDK create by HHLY ,you need go to the HHLY registing you app first",
6   "homepage": "http://www.71ant.com",
7   "license": "MIT",
8   "authors": {
9     "ShanggenZhang": "gkzhangshangen@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/install-b/FrameworkTest.git",
16     "tag": "1.0.03"
17   },
18   "requires_arc": true,
19   "exclude_files": "FrameworkTest/*.md",
20   "default_subspecs": "LYTSDK",
21   "subspecs": [
22     {
23       "name": "LYTFoundation",
24       "frameworks": "Foundation",
25       "source_files": "FrameworkTest/LYTFoundation/**/*.{h,a}",
26       "vendored_libraries": "FrameworkTest/LYTFoundation/*.a",
27       "public_header_files": "FrameworkTest/LYTFoundation/**/*.h"
28     },
29     {
30       "name": "LYTCommonLib",
31       "frameworks": "Foundation",
32       "source_files": "FrameworkTest/LYTCommonLib/**/*.{h,a}",
33       "vendored_libraries": "FrameworkTest/LYTCommonLib/*.a",
34       "public_header_files": "FrameworkTest/LYTCommonLib/**/*.h"
35     },
36     {
37       "name": "LYTSDK",
38       "frameworks": [
39         "UIKit",
40         "CoreTelephony",
41         "UserNotifications"
42       ],
43       "libraries": [
44         "z",
45         "xml2",
46         "sqlite3.0"
47       ],
48       "dependencies": {
49         "LYMqttSDK/LYTFoundation": [
51         ],
52         "LYMqttSDK/LYTCommonLib": [
54         ]
55       },
56       "source_files": [
57         "FrameworkTest/LYTSDK/*.h",
58         "FrameworkTest/LYTSDK/*.a"
59       ],
60       "vendored_libraries": "FrameworkTest/LYTSDK/*.a",
61       "public_header_files": "FrameworkTest/LYTSDK/*.h"
62     }
63   ]