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