blob: 1fecfaad90211001bd7edab0112a173115b120e2 [file] [log] [blame]
{
"name": "GFPublicModule",
"version": "0.1.1",
"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.1.1"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "User",
"source_files": "Class/User/*.{swift,h,m}",
"dependencies": {
"HandyJSON": [
"~> 4.1.1"
]
}
},
{
"name": "Extensions",
"source_files": "Class/Extensions/*.{swift,h,m}"
},
{
"name": "Tools",
"source_files": "Class/Tools/*.{swift,h,m}"
}
]
}