blob: f243619195248fc56c8384cbed971f67154c669d [file] [log] [blame]
{
"name": "sdkExample",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift.",
"description": "This CocoaPods library helps you perform api calling.",
"homepage": "https://github.com/thakur0703/sdkExample.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kamal Thakur": "kamalthakur0703@gmail.com"
},
"source": {
"git": "https://github.com/thakur0703/sdkExample.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": [
"Classes",
"eRTC/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}