blob: 10ef3a69913815228ad1cd696769ab5f1bf15886 [file] [log] [blame]
{
"name": "FFastlib",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"FFastlib/*.h",
"FFastlib/**/*.h"
],
"source_files": "FFastlib/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"SDWebImage": [
"~> 4"
],
"SDWebImage/WebP": [
],
"MBProgressHUD": [
"~> 1.0.0"
],
"MJRefresh": [
],
"Masonry": [
],
"Toast": [
"~> 3.0"
],
"JSONParse": [
]
}
}