blob: 5b97ab7714aacf4364800fd7133011572d7bc22b [file] [log] [blame]
{
"name": "BGFoundationKit",
"version": "0.0.3",
"license": "MIT",
"summary": "BGFoundationKit是一个swift基础框架",
"homepage": "https://github.com/liuchungui/BGFoundationKit",
"authors": {
"chunguiLiu": "404468494@qq.com"
},
"source": {
"git": "https://github.com/liuchungui/BGFoundationKit.git",
"tag": "0.0.3"
},
"source_files": "BGFoundationKit/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "BGExtension",
"source_files": "BGFoundationKit/Extension/*.swift"
}
]
}