blob: b5d68c3ff0d13e129b0267ca387f18d88a9d0957 [file] [log] [blame]
{
"name": "NLService",
"version": "0.3.0",
"summary": "Network Layer Service.",
"description": "Simple Networking layer over Alamofire",
"homepage": "https://github.com/juancruzmdq/NLService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Juan Cruz Ghigliani": "juancruzmdq@gmail.com"
},
"source": {
"git": "https://github.com/juancruzmdq/NLService.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/juancruzmdq",
"platforms": {
"ios": "8.0"
},
"source_files": "NLService/Classes/**/*",
"dependencies": {
"Ono": [
],
"Alamofire": [
]
}
}