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