blob: 4c87590e729baa0b7ea78108380c646ca1aad404 [file] [log] [blame]
{
"name": "MFNetworkManager",
"version": "0.2.0",
"summary": "MFNetworkManager is a high level request util based on AFNetworking..",
"homepage": "https://github.com/GodzzZZZ/MFNetworkManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GodzzZZZ": "GodzzZZZ@qq.com"
},
"source": {
"git": "https://github.com/GodzzZZZ/MFNetworkManager.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MFNetworkManagerDemo/MFNetworkManagerDemo/MFNetworkManager/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"ImageIO",
"MobileCoreServices"
],
"dependencies": {
"AFNetworking": [
],
"RealReachability": [
]
}
}