123456789101112131415161718192021222324252627282930 |
- {
- "name": "BFNetRequestKit",
- "version": "0.2.3",
- "summary": "使用Alamofire封装网络请求库",
- "swift_versions": "5.0",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://git.yishihui.com/iOS",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "SanWCoder": "wenweiwei@piaoquantv.com"
- },
- "source": {
- "git": "https://git.yishihui.com/iOS/BFNetRequestKit.git",
- "tag": "0.2.3"
- },
- "platforms": {
- "ios": "10.0"
- },
- "source_files": "BFNetRequestKit/Classes/**/*",
- "frameworks": "UIKit",
- "dependencies": {
- "Alamofire": [
- ]
- },
- "swift_version": "5.0"
- }
|