blob: fe8bb6b8fda2d5b2299a5a2b9b0ddb13bc151884 [file] [log] [blame]
{
"name": "NMSDK",
"version": "1.5",
"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"
},
"source_files": [
"NMSDK",
"NMSDK/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"dependencies": {
"NMNet": [
"~> 2.1"
],
"SwiftEventBus": [
"~> 1.1"
]
}
}