| { |
| "name": "UC_RefreshUnit", |
| "version": "0.0.2", |
| "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.2" |
| }, |
| "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": [ |
| |
| ] |
| } |
| } |