blob: 76a870bf5b1bf26c7ba63f9017a40fdc014e58a3 [file] [log] [blame]
{
"name": "MXNetworking",
"version": "2.0.0",
"summary": "A delightful networking framework for iOS platform.",
"description": "A stable version of MXNetworing, a delightful networking framework for iOS platform.",
"homepage": "https://github.com/Meniny/MXNetworking-in-Objective-C",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Meniny/MXNetworking-in-Objective-C.git",
"tag": "2.0.0"
},
"source_files": "MXNetworking-OC/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Reachability": [
]
}
}