blob: b4f1d3f2d344f6a8005fecfc0d809b111efa0954 [file] [log] [blame]
{
"name": "FGClass",
"version": "1.0.3",
"summary": "火鹰科技iOS常用类",
"homepage": "https://github.com/yangweicong/FGClass",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"figo_ywc": "yangwc@figo.cn"
},
"source": {
"git": "https://github.com/yangweicong/FGClass.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FGClass/*.{h,m}",
"private_header_files": "FGClass/FGClass.h",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
],
"TPKeyboardAvoiding": [
]
},
"subspecs": [
{
"name": "Base",
"source_files": "FGClass/Base/*.{h,m}"
},
{
"name": "Common",
"source_files": "FGClass/Common/*.{h,m}"
}
]
}