blob: 626f67e69cef99855067dd359c5907e2aacd458f [file] [log] [blame]
{
"name": "LPCommonModule",
"version": "1.1.1",
"summary": "App基础,第三方pod等依赖",
"description": "App基础,第三方pod等依赖 #描述",
"homepage": "https://github.com/Jacky-LinPeng/LPCommonModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linpeng": "540933120@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Jacky-LinPeng/LPCommonModule.git",
"tag": "1.1.1"
},
"source_files": "LPCommonModule/LPCommonModule/LPCommonModule.h",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"2.5"
],
"AFNetworking": [
],
"YYModel": [
],
"SDWebImage": [
"~> 5.0.0-beta3"
],
"Masonry": [
"~> 1.1.0"
],
"SVProgressHUD": [
]
},
"subspecs": [
{
"name": "CommomView",
"platforms": {
"ios": "8.0"
},
"source_files": "LPCommonModule/LPCommonModule/View/**/*.{h,m}"
},
{
"name": "CommomManager",
"platforms": {
"ios": "8.0"
},
"source_files": "LPCommonModule/LPCommonModule/Manager/*.{h,m}"
},
{
"name": "CommomCategory",
"platforms": {
"ios": "8.0"
},
"source_files": "LPCommonModule/LPCommonModule/Category/*.{h,m}"
}
]
}