blob: 6be8096f06f5e41514134be58f54b520a43cb029 [file] [log] [blame]
{
"name": "MyBaby",
"version": "1.0.2",
"summary": "First upload simple function",
"description": "This is my custom library baby",
"homepage": "https://github.com/DadyCode/MyBaby",
"license": "MIT",
"authors": {
"Pawan Kumar": "pk5340124@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/DadyCode/MyBaby.git",
"tag": "1.0.2"
},
"source_files": "MyBaby/**/*",
"exclude_files": "MyBaby/MyBaby/*.plist",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Alamofire": [
]
},
"swift_version": "4.0"
}