blob: 9527f756e25ff532e470256c9a929111f2e2fee1 [file] [log] [blame]
{
"name": "UC_RefreshUnit",
"version": "0.0.4",
"summary": "刷新工具",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://git.hnbangyao.com/UCComponen/uc_refreshunit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangheng": "1339669469@qq.com"
},
"source": {
"git": "http://git.hnbangyao.com/UCComponen/uc_refreshunit.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UC_RefreshUnit/Classes/**/*",
"resource_bundles": {
"UC_RefreshUnit": [
"UC_RefreshUnit/Assets/**"
]
},
"prefix_header_contents": [
"#import \"MJRefresh.h\"",
"#import \"YYKit.h\"",
"#import \"UCRefreshHeader.h\""
],
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"MJRefresh": [
],
"YYKit": [
],
"UC_Category/UIImage": [
],
"UC_Category/UIColor": [
]
}
}