blob: 27bdd341997b6f15afc3275e57de7e1b3e4d59d5 [file] [log] [blame]
{
"name": "FGBaseClass",
"version": "1.0.6",
"summary": "火鹰科技常用基类",
"homepage": "https://github.com/yangweicong/FGBaseClass",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"figo_ywc": "yangwc@figo.cn"
},
"source": {
"git": "https://github.com/yangweicong/FGBaseClass.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "FGBaseClass/*.{h,m}",
"public_header_files": "FGBaseClass/*.h",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"TPKeyboardAvoiding": [
],
"Masonry": [
],
"MJRefresh": [
],
"JKCategories": [
],
"EasyNavigation": [
],
"WMPageController": [
],
"UITableView+FDTemplateLayoutCell": [
]
}
}