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