blob: aa3340f2897451b6108349046582069964b942ab [file] [log] [blame]
{
"name": "FancodePOC",
"version": "1.0",
"summary": "cocoapod testing",
"description": "testing cococpods",
"homepage": "https://github.com/woshqima",
"license": "MIT",
"authors": {
"kaushalendra.pal": "kaushalendra.pal@tothenew.com"
},
"platforms": {
"ios": "12.2"
},
"source": {
"git": "https://github.com/woshqima/FancodePOC.git",
"tag": "1.0"
},
"source_files": "FancodePOC/Externals/*.{h,m,swift}",
"resources": "FancodePOC/Externals/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"exclude_files": "Classes/Exclude",
"swift_versions": "5",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"MBProgressHUD": [
"~> 1.1.0"
]
},
"swift_version": "5"
}