blob: 1c38881cc20dfc87ec51289ac761fe788740b3ac [file] [log] [blame]
{
"name": "LYMqttSDK",
"version": "0.0.7",
"summary": "an iOS communication SDK",
"description": "an iOS communication SDK create by HHLY ,you need go to the HHLY registing you app first",
"homepage": "http://www.71ant.com",
"license": "MIT",
"authors": {
"ShanggenZhang": "gkzhangshangen@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/install-b/FrameworkTest.git",
"tag": "0.0.7"
},
"requires_arc": true,
"default_subspecs": "LYTSDK",
"subspecs": [
{
"name": "LYTSDK",
"frameworks": [
"UIKit",
"CoreTelephony",
"UserNotifications"
],
"libraries": [
"z",
"xml2",
"sqlite3.0"
],
"source_files": [
"FrameworkTest/Headers/*.h",
"FrameworkTest/*.a"
],
"vendored_libraries": "FrameworkTest/*.a",
"public_header_files": "FrameworkTest/Headers/*.h"
},
{
"name": "LYTFoundation",
"frameworks": "Foundation",
"source_files": "FrameworkTest/LYTFoundation/**/*.h",
"public_header_files": "FrameworkTest/LYTFoundation/**/*.h"
}
]
}