[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / f / 3 / LYMqttSDK / 0.0.7 / LYMqttSDK.podspec.json
blob1c38881cc20dfc87ec51289ac761fe788740b3ac
2   "name": "LYMqttSDK",
3   "version": "0.0.7",
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.7"
17   },
18   "requires_arc": true,
19   "default_subspecs": "LYTSDK",
20   "subspecs": [
21     {
22       "name": "LYTSDK",
23       "frameworks": [
24         "UIKit",
25         "CoreTelephony",
26         "UserNotifications"
27       ],
28       "libraries": [
29         "z",
30         "xml2",
31         "sqlite3.0"
32       ],
33       "source_files": [
34         "FrameworkTest/Headers/*.h",
35         "FrameworkTest/*.a"
36       ],
37       "vendored_libraries": "FrameworkTest/*.a",
38       "public_header_files": "FrameworkTest/Headers/*.h"
39     },
40     {
41       "name": "LYTFoundation",
42       "frameworks": "Foundation",
43       "source_files": "FrameworkTest/LYTFoundation/**/*.h",
44       "public_header_files": "FrameworkTest/LYTFoundation/**/*.h"
45     }
46   ]