blob: 14d127b5f76cec4b7eb94cde6131ee0a2c80bc91 [file] [log] [blame]
{
"name": "AppModules",
"version": "0.1.2",
"summary": "A super lightweight framework for building and integrating loadable modules",
"description": "AppModules addresses the problem of distributed development in environments where a common repository is impossible for legal\nor practical reasons. Developers can create, maintain, and test Modules which can be incorporated easily into other applications\nby those other applications' developers. The relationship between a Module and its application, or between Modules within\nan application, is loosely modeled upon the REST pattern. A Module is addressable by its containing application (or by other\nmodules) using HTTP verbs (currently GET is implemented).",
"homepage": "https://github.com/mchaffee1/AppModules",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Michael Chaffee": "mchaffee@gmail.com"
},
"source": {
"git": "https://github.com/mchaffee1/AppModules.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AppModules/Classes/**/*",
"pushed_with_swift_version": "3.0"
}