blob: 5c9d50c4e6e18113a2d223ff02a7092bf5bd25f7 [file] [log] [blame]
{
"name": "FGClass",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FGClass/FGClass.h",
"private_header_files": "FGClass/FGClass.h",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
},
"subspecs": [
{
"name": "Macro&CommonValue",
"source_files": "FGClass/Macro&CommonValue/*.{h,m}"
}
]
}