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