blob: 6ac73df71c0c74c50f8c4876749f5f27bd5e31b0 [file] [log] [blame]
{
"name": "MyBaby",
"version": "1.0.1",
"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.1"
},
"source_files": "MyBaby/**/*",
"exclude_files": "MyBaby/MyBaby/*.plist",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Alamofire": [
]
},
"swift_version": "4.0"
}