blob: 41804f706a07ee7ea0a48b7cdd37f9896040ae43 [file] [log] [blame]
{
"name": "SimpleAppLibs",
"version": "0.1.0",
"summary": "一些通用组件的集合",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lingyfh/SimpleAppLibs",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lingyfh": "lingyfh@gmial.com"
},
"source": {
"git": "https://github.com/lingyfh/SimpleAppLibs.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SimpleAppLibs/Classes/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SDWebImage": [
"~>3.7"
],
"SDWebImage/WebP": [
],
"MBProgressHUD": [
"~> 0.9.2"
],
"MJRefresh": [
],
"Masonry": [
],
"Toast": [
"~> 3.0"
]
}
}