| { |
| "name": "XMAFNetworking", |
| "version": "1.0.2", |
| "summary": "一个基于AFNetworking 网络请求类库的封装", |
| "homepage": "https://github.com/ws00801526/XMAFNetworkingExample", |
| "license": "MIT", |
| "authors": { |
| "XMFraker": "3057600441@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/ws00801526/XMAFNetworkingExample.git", |
| "tag": "1.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ] |
| }, |
| "default_subspecs": [ |
| "Core", |
| "Download", |
| "Upload" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": [ |
| "XMAFNetworkExample/XMAFNetworking/Assistants/*.{h,m}", |
| "XMAFNetworkExample/XMAFNetworking/Categories/*.{h,m}", |
| "XMAFNetworkExample/XMAFNetworking/Services/*.{h,m}", |
| "XMAFNetworkExample/XMAFNetworking/Components/*.{h,m}", |
| "XMAFNetworkExample/XMAFNetworking/Components/CacheComponent/*.{h,m}", |
| "XMAFNetworkExample/XMAFNetworking/Components/LogComponent/*.{h,m}", |
| "XMAFNetworkExample/XMAFNetworking/*.{h,m}" |
| ], |
| "public_header_files": [ |
| "XMAFNetworkExample/XMAFNetworking/Assistants/*.h", |
| "XMAFNetworkExample/XMAFNetworking/Categories/*.h", |
| "XMAFNetworkExample/XMAFNetworking/Services/*.h", |
| "XMAFNetworkExample/XMAFNetworking/Components/*.h", |
| "XMAFNetworkExample/XMAFNetworking/Components/CacheComponent/*.h", |
| "XMAFNetworkExample/XMAFNetworking/Components/LogComponent/*.h", |
| "XMAFNetworkExample/XMAFNetworking/*.h" |
| ] |
| }, |
| { |
| "name": "Download", |
| "source_files": "XMAFNetworkExample/XMAFNetworking/Components/DownloadComponent/*.{h,m}", |
| "dependencies": { |
| "XMAFNetworking/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Upload", |
| "source_files": "XMAFNetworkExample/XMAFNetworking/Components/UploadComponent/*.{h,m}", |
| "dependencies": { |
| "XMAFNetworking/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |