blob: 123cd2c3bd44e844e72cdc6d9f538dd60c67b4d3 [file] [log] [blame]
{
"name": "MyBaby",
"version": "1.0.11",
"summary": "My custom Library",
"description": "All In One Library",
"homepage": "https://github.com/DaddyCode/MyBaby",
"license": "MIT",
"authors": {
"Pawan kumar": "Pk5340124@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/DaddyCode/MyBaby.git",
"tag": "1.0.11"
},
"source_files": "MyBaby/**/*",
"exclude_files": "MyBaby/MyBaby/*.plist",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Alamofire": [
]
},
"swift_version": "4.0"
}