blob: 010f7c38860e0fc2b22ebc0414068d22fe396de6 [file] [log] [blame]
{
"name": "NMNet",
"version": "3.0.3",
"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",
"Vincenzo Ferrara": "vinceferro92@gmail.com",
"Alex Corlatti": "alex.corlatti@gmail.com"
},
"source": {
"git": "https://github.com/nearit/nm.net.git",
"tag": "3.0.3"
},
"source_files": [
"NMNet",
"NMNet/**/*.{h,m,swift}"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"YapDatabase": [
"~> 2.9"
],
"SwiftyJSON": [
"~> 3.1"
],
"JWTDecode": [
"~> 2"
],
"Alamofire": [
"~> 4"
]
},
"pushed_with_swift_version": "3.0"
}