blob: 8610b1e0fc0b73d3ea8edf39289f6ad6f6bea101 [file] [log] [blame]
{
"name": "FGClass",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FGClass/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}