blob: 80a26330eef913af0ef643a1ee2a95eab01bc5a0 [file] [log] [blame]
{
"name": "LGTalk",
"version": "1.1.0",
"summary": "在线讨论",
"homepage": "https://github.com/LYajun/LGTalk",
"license": "MIT",
"authors": {
"刘亚军": "liuyajun1999@icloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LYajun/LGTalk.git",
"tag": "1.1.0"
},
"source_files": [
"LGTalk/LGTalk.h",
"LGTalk/Enter/*.{h,m}",
"LGTalk/Module/**/*.{h,m}",
"LGTalk/Utils/Network/*.{h,m}",
"LGTalk/Common/**/*.{h,m}"
],
"resources": "LGTalk/LGTalk.bundle",
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"MJExtension": [
],
"MJRefresh": [
],
"SDWebImage": [
],
"LGAlertHUD": [
],
"TFHpple": [
],
"XMLDictionary": [
],
"AFNetworking": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "LGTalk/Category/*.{h,m}",
"dependencies": {
"LGTalk/Const": [
],
"TFHpple": [
]
}
},
{
"name": "Const",
"source_files": "LGTalk/Const/*.{h,m}"
},
{
"name": "Utils",
"subspecs": [
{
"name": "ImagePickerController",
"source_files": "LGTalk/Utils/ImagePickerController/*.{h,m}",
"dependencies": {
"LGAlertHUD": [
]
}
},
{
"name": "Photo",
"source_files": "LGTalk/Utils/Photo/*.{h,m}",
"dependencies": {
"LGTalk/Const": [
],
"LGTalk/Category": [
],
"SDWebImage": [
],
"Masonry": [
]
}
},
{
"name": "ActivityIndicatorView",
"source_files": "LGTalk/Utils/ActivityIndicatorView/*.{h,m}"
},
{
"name": "PresentPushAnimation",
"source_files": "LGTalk/Utils/PresentPushAnimation/*.{h,m}"
}
]
}
]
}