blob: 4a6b16dd733e41d73a48fa45b235e7171b99567c [file] [log] [blame]
{
"name": "NLService",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/juancruzmdq",
"platforms": {
"ios": "8.0"
},
"source_files": "NLService/Classes/**/*",
"dependencies": {
"Ono": [
],
"Alamofire": [
]
}
}