blob: 611793c87a7ce8aff5a0b8531639481d187d8a50 [file] [log] [blame]
{
"name": "FFastlib",
"version": "0.1.1",
"summary": "一些常规操作;一些常用的第三方库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lingyfh/FFastlib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lingyfh": "lingyfh@gmail.com"
},
"source": {
"git": "https://github.com/lingyfh/FFastlib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "FFastlib/FFastlib.h",
"source_files": "FFastlib/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SDWebImage": [
"~>3.7"
],
"SDWebImage/WebP": [
],
"MBProgressHUD": [
"~> 0.9.2"
],
"MJRefresh": [
],
"Masonry": [
],
"Toast": [
"~> 3.0"
]
}
}