blob: 03ee99b861396ede30fe9d4b485febe246f0892b [file] [log] [blame]
{
"name": "NMNet",
"version": "0.14.7",
"summary": "An utility library which simplifies interaction with public APIs of nearit.com",
"description": "An utility library for iOS which simplifies interaction with public APIs of nearit.com - implements the ability to send requests to generic (custom) endpoints",
"homepage": "https://github.com/nearit/nm.json",
"license": "MIT",
"authors": {
"Francesco Colleoni": "francesco@nearit.com"
},
"source": {
"git": "https://github.com/nearit/nm.net.git",
"tag": "0.14.7"
},
"source_files": [
"NMNet",
"NMNet/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"NMCache": [
],
"JWTDecode": [
"~> 1.0"
],
"Alamofire": [
"~> 3.0"
]
}
}