blob: 7f6ff03d27731c06ee41dc82572745fd9d1f2aa2 [file] [log] [blame]
{
"name": "DemoSampleFramework",
"version": "0.0.1",
"summary": "Sample Pod",
"description": "Demo of how to create a universal pod that contains framework",
"homepage": "https://gitlab.com/rakshitha_achar",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"rakshitha_achar": "rakshitha@ymedialabs.com"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"ios": {
"vendored_frameworks": "DemoSampleFramework.framework"
},
"source": {
"http": "https://gitlab.com/rakshitha_achar/dfs/raw/0.0.1/DemoSampleFramework.zip"
},
"exclude_files": "Classes/Exclude"
}