blob: 1307b719d5305a53c06e5486349dc79dfcd05e3b [file] [log] [blame]
{
"name": "TestApp1",
"version": "0.0.1",
"summary": "Application to test with sub apps",
"description": "Application check for modules. It is app 1.",
"homepage": "https://github.com/Marthitejasree/TestApp1.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marthitejasree": "marthitejasree@gmail.com"
},
"source": {
"git": "https://github.com/Marthitejasree/TestApp1.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "13.0"
},
"source_files": "TestApp1/*.{h,m,swift}",
"resources": [
"TestApp1/**/*.{storyboard,xib,xcassets}"
],
"dependencies": {
"Alamofire": [
]
}
}