blob: 49a3a67935f53d3d6887b7de77c52f9f378d818f [file] [log] [blame]
{
"name": "ModuleArchitecture",
"version": "0.7.0",
"summary": "iOS Architecture",
"description": "Protocols that define a module based iOS Architecture",
"homepage": "https://github.com/dchohfi/ios-module-architecture",
"license": {
"type": "Private",
"text": "Code is private"
},
"authors": {
"dchohfi": "dchohfi@gmail.com",
"viniciusaro": "vinicius.a.ro@gmail.com",
"rdgborges": "rborges.soares@gmail.com"
},
"source": {
"git": "https://github.com/dchohfi/ios-module-architecture.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "ModuleArchitecture/Classes/**/*"
}