blob: d0b7586593ff35c03e9cdd608e9dd1533158cf8e [file] [log] [blame]
{
"name": "LongxingguoSDK",
"version": "0.0.1",
"summary": "LongxingguoSDK.",
"homepage": "https://github.com/longxingguo/LongxingguoSDK",
"license": "MIT",
"authors": {
"xingguolong": "1574819770@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/longxingguo/LongxingguoSDK.git",
"tag": "0.0.1"
},
"resources": "Longxingguobundle/*.{bundle}",
"source_files": [
"LongxingguoSDK/**/*.{h,m}",
"LongxingguoFramework/**/*.{h,m}"
],
"vendored_frameworks": "LongxingguoFramework/*.{framework}",
"vendored_libraries": "LongxingguoSDK/*.{a}",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"Security",
"CoreMotion",
"CFNetwork",
"CoreGraphics",
"CoreText",
"QuartzCore"
],
"libraries": [
"z",
"c++",
"sqlite3"
],
"requires_arc": true
}