blob: 50adebb0341d71e3cc34896595fbc5e22c5d12d6 [file] [log] [blame]
{
"name": "NMSDK",
"version": "0.21.3",
"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.21.3"
},
"source_files": [
"NMSDK",
"NMSDK/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"dependencies": {
"NMNet": [
],
"NMPlug": [
]
}
}