blob: 0fde1904e1865e245a8a4fda123376f2c7e161f7 [file] [log] [blame]
{
"name": "GFPublicModule",
"module_name": "PublicModule",
"version": "0.2.2",
"summary": "功夫财经公用模块",
"homepage": "http://git.kofuf.com/zhouqi/GFPublicModule.git",
"license": "Apache License 2.0",
"authors": {
"zhouqi": "478930170@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://git.kofuf.com/zhouqi/GFPublicModule.git",
"tag": "0.2.2"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "User",
"source_files": "GFPublicModule/User/*.{swift,h,m}",
"dependencies": {
"HandyJSON": [
"~> 4.1.1"
]
}
},
{
"name": "Extensions",
"source_files": "GFPublicModule/Extensions/*.{swift,h,m}"
},
{
"name": "Tools",
"source_files": "GFPublicModule/Tools/*.{swift,h,m}"
}
]
}