blob: 48b31d9696b5b8fad4cf0173815877e034673cab [file] [log] [blame]
{
"name": "SubModule1",
"version": "1.2",
"summary": "Summary",
"description": "description",
"homepage": "https://github.com/dhanaprakashm/SubModule1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dhanaprakashm": "dhana.muddineti@kroger.com"
},
"source": {
"git": "https://github.com/dhanaprakashm/SubModule1.git",
"tag": "1.2"
},
"source_files": "SubModule1",
"exclude_files": [
"SubModule1/KRAppDelegate.{h,m}",
"SubModule1/main.m"
],
"requires_arc": true,
"resources": "*.storyboard"
}