blob: 7a604f636c7bf557480cbea48cfc74f76b3e5249 [file] [log] [blame]
{
"name": "AppModules",
"version": "0.1.0",
"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": {
"mchaffee1": "mchaffee@thoughtworks.com"
},
"source": {
"git": "https://github.com/mchaffee1/AppModules.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AppModules/Classes/**/*",
"pushed_with_swift_version": "3.0"
}