| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "FDNetworkObjC",
- "version": "1.2.2",
- "summary": "FDNetworkObjC是一个网络库,包含HTTP和HTTPS的网络请求GET/POST和七牛云/腾讯云/阿里云OSS上传功能",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "http://git.bogokj.com/fandong/FDNetworkObjC",
- "authors": {
- "fandongtongxue": "admin@fandong.me"
- },
- "source": {
- "git": "http://git.bogokj.com/fandong/FDNetworkObjC.git",
- "tag": "1.2.2"
- },
- "platforms": {
- "ios": "9.0"
- },
- "source_files": "FDNetworkObjC/Classes/**/*",
- "resource_bundles": {
- "FDNetworkObjC": [
- "FDNetworkObjC/Assets/*"
- ]
- },
- "dependencies": {
- "AFNetworking": [
- "~> 4.0.1"
- ],
- "SDWebImage": [
- ],
- "Qiniu": [
- ],
- "FDFoundationObjC": [
- ],
- "AliyunOSSiOS": [
- ]
- }
- }
|