blob: 593ff287c3488dfb3cff7dca2906f13fdfdeef4e [file] [log] [blame]
{
"name": "NMSDK",
"version": "1.5.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",
"Vincenzo Ferrara": "vinceferro92@gmail.com",
"Alex Corlatti": "alex.corlatti@gmail.com"
},
"source": {
"git": "https://github.com/nearit/nm.sdk.git",
"tag": "1.5.1"
},
"source_files": [
"NMSDK",
"NMSDK/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"dependencies": {
"NMNet": [
"~> 2.1"
],
"SwiftEventBus": [
"~> 1.1"
]
}
}