blob: e1aa3060587948dc8aa5cba5406897fdf99c6a05 [file] [log] [blame]
{
"name": "DummySDK",
"platforms": {
"ios": "12.0"
},
"summary": "DummySDK lets a user select an ice cream flavor.",
"requires_arc": true,
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amit": "amit.pandey@telusinternational.com"
},
"homepage": "https://github.com/TI-amit/DummyPoDSDK",
"source": {
"git": "https://github.com/TI-amit/DummyPoDSDK.git",
"tag": "0.1.1"
},
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"MBProgressHUD": [
"~> 1.1.0"
]
},
"source_files": "DummySDK/**/*.{swift}",
"resources": "DummySDK/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"swift_versions": "4.2",
"swift_version": "4.2"
}