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