blob: 8d548528dc611d6f98c9648e5f6e2753c6f7e4de [file] [log] [blame]
{
"name": "NMPlug",
"version": "0.6.1",
"summary": "A plugin management module",
"description": "NMPlug adds plugin-oriented architecture to existing iOS libraries",
"homepage": "https://github.com/nearit/nm.json",
"license": "MIT",
"authors": {
"Francesco Colleoni": "francesco@nearit.com"
},
"source": {
"git": "https://github.com/nearit/nm.plug.git",
"tag": "0.6.1"
},
"source_files": [
"NMPlug",
"NMPlug/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"NMJSON": [
"~> 1.0"
],
"NMCache": [
"~> 0.2"
]
}
}