blob: ff5227bcc118a21ec994603695201f26a791c958 [file] [log] [blame]
{
"name": "NMSDK",
"version": "0.3.1",
"summary": "nearit.com iOS SDK",
"description": "nearit.com iOS SDK, which can be extended with plugins",
"homepage": "https://github.com/nearit/nm.sdk",
"license": "MIT",
"authors": {
"Francesco Colleoni": "francesco@nearit.com"
},
"source": {
"git": "https://github.com/nearit/nm.sdk.git",
"tag": "0.3.1"
},
"source_files": [
"NMSDK",
"NMSDK/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"NMPlug": [
"~> 0.6"
],
"NMNet": [
"~> 0.1"
],
"JWTDecode": [
"~> 1.0"
]
}
}