blob: 6bd1ee96b619ea941a509d1919d6be27aa54ebb7 [file] [log] [blame]
{
"name": "MXNetworking",
"version": "1.0.1",
"summary": "A delightful networking framework for iOS platform.",
"description": "The first 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": "1.0.1"
},
"source_files": "MXNetworking-OC/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Reachability": [
]
}
}