[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 8 / f / 3 / LYMqttSDK / 0.0.10 / LYMqttSDK.podspec.json
blob576c825d5e0d64bd322d6cade20257f41764f952
2   "name": "LYMqttSDK",
3   "version": "0.0.10",
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": "0.0.10"
17   },
18   "requires_arc": true,
19   "default_subspecs": "LYTSDK",
20   "subspecs": [
21     {
22       "name": "LYTFoundation",
23       "frameworks": "Foundation",
24       "source_files": "FrameworkTest/LYTFoundation/**/*.{h,a}",
25       "vendored_libraries": "FrameworkTest/LYTFoundation/*.a",
26       "public_header_files": "FrameworkTest/LYTFoundation/**/*.h"
27     },
28     {
29       "name": "LYTCommonLib",
30       "frameworks": "Foundation",
31       "source_files": "FrameworkTest/LYTCommonLib/**/*.{h,a}",
32       "vendored_libraries": "FrameworkTest/LYTCommonLib/*.a",
33       "public_header_files": "FrameworkTest/LYTCommonLib/**/*.h"
34     },
35     {
36       "name": "LYTSDK",
37       "frameworks": [
38         "UIKit",
39         "CoreTelephony",
40         "UserNotifications"
41       ],
42       "libraries": [
43         "z",
44         "xml2",
45         "sqlite3.0"
46       ],
47       "dependencies": {
48         "LYMqttSDK/LYTFoundation": [
50         ],
51         "LYMqttSDK/LYTCommonLib": [
53         ]
54       },
55       "source_files": [
56         "FrameworkTest/LYTSDK/*.h",
57         "FrameworkTest/LYTSDK/*.a"
58       ],
59       "vendored_libraries": "FrameworkTest/LYTSDK/*.a",
60       "public_header_files": "FrameworkTest/LYTSDK/*.h"
61     }
62   ]