blob: e41fd930ad685c815ad1d5dc857493fe0bfab8a7 [file] [log] [blame]
{
"name": "SmartpilotKit",
"version": "0.1.0",
"summary": "智慧港航产品通用组件库",
"homepage": "https://github.com/steven326/SmartpilotKit",
"license": "MIT",
"authors": {
"wangzeping": "382995681@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/steven326/SmartpilotKit.git",
"tag": "0.1.0"
},
"source_files": [
"SmartpilotKit",
"Sources/Core/**"
],
"default_subspecs": "Core",
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
],
"MJRefresh": [
],
"MBProgressHUD": [
],
"Masonry": [
],
"Toast": [
],
"TZImagePickerController": [
],
"lottie-ios": [
"<= 2.5.0"
],
"YBImageBrowser/Video": [
],
"LEEAlert": [
],
"LCActionSheet": [
],
"YYModel": [
],
"YYCategories": [
],
"YYText": [
],
"MLLabel": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": [
"SmartpilotKit",
"Sources/Core/**/*.{h,m}"
]
},
{
"name": "Moment",
"source_files": [
"SmartpilotKit",
"Sources/Moment/**/*.{h,m}"
],
"dependencies": {
"SmartpilotKit/Core": [
]
}
}
]
}