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