blob: fe5cd85b82558408b9147861d1b9f47dba5d380e [file] [log] [blame]
{
"name": "SPAnyDone",
"version": "0.0.1",
"summary": "SPAnyDone is a test creation of cocoapod library.",
"description": "'SPAnyDone is a test project for creating a cocoapod library and pushing i to cocoapods'",
"homepage": "https://github.com/subashparajuli007/SPAnyDone",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Subash Parajuli",
"platforms": {
"ios": "13.0"
},
"source_files": "SPAnyDone/**/*.{h,m,swift}",
"swift_versions": "5.0",
"source": {
"git": "https://github.com/subashparajuli007/SPAnyDone.git",
"tag": "0.0.1"
},
"exclude_files": "Classes/Exclude",
"dependencies": {
"CocoaMQTT": [
],
"GoogleWebRTC": [
"~> 1.1"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}