blob: 243ebc64b01aea21a4ae1747bba39117b2689f1e [file] [log] [blame]
{
"name": "LMTestPodSDK",
"version": "0.0.5",
"summary": "A short description of LMTestPod.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/liuming_0109/LMTestPodSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaoMing0109": "liuming_0109@163.com"
},
"source": {
"git": "https://gitee.com/liuming_0109/LMTestPodSDK.git",
"tag": "0.0.5"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"SystemConfiguration",
"CoreTelephony",
"AudioToolbox",
"CoreLocation",
"CoreGraphics",
"QuartzCore",
"Contacts",
"AddressBook"
],
"libraries": [
"z",
"c++"
],
"dependencies": {
"Masonry": [
],
"AFNetworking": [
],
"YYKit": [
],
"MBProgressHUD": [
],
"MJExtension": [
],
"SnapKit": [
]
},
"vendored_frameworks": "LMTestPodSDK/Framework/*.framework",
"source_files": "LMTestPodSDK/Classes/**/*",
"resource_bundles": {
"LMTestPodSDK": [
"LMTestPodSDK/Assets/*"
]
}
}