blob: 61aad9671bb2755890554fe89e8ea2c08da828c8 [file] [log] [blame]
{
"name": "BGUIFoundationKit",
"version": "0.0.2",
"license": "MIT",
"summary": "A UIView Addtional",
"homepage": "https://github.com/liuchungui/BGUIFoundationKit",
"authors": {
"chunguiLiu": "404468494@qq.com"
},
"source": {
"git": "https://github.com/liuchungui/BGUIFoundationKit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Addtional",
"source_files": "BGUIFoundationKit/Addtional/**/*.{h,m}",
"public_header_files": "BGUIFoundationKit/Addtional/*.h"
},
{
"name": "EGOTableViewPullRefresh",
"requires_arc": false,
"source_files": "BGUIFoundationKit/EGOTableViewPullRefresh/**/*.{h,m}",
"public_header_files": "BGUIFoundationKit/EGOTableViewPullRefresh/*.h",
"subspecs": [
{
"name": "Resources",
"source_files": "BGUIFoundationKit/EGOTableViewPullRefresh/Resources/*"
}
]
}
]
}