blob: 5338453b5c87f5451f6fdd056057dff61dd17673 [file] [log] [blame]
{
"name": "ModuleArchitecture",
"version": "0.5.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.5.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "ModuleArchitecture/Classes/**/*"
}