blob: 2be56b7df8e54d059f68b43831d2191c3fd7b2e8 [file] [log] [blame]
{
"name": "MyBaby",
"version": "1.0.5",
"summary": "This is my personal custom Library",
"description": "This is my custom library so i can save my time all in one framework",
"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.5"
},
"source_files": "MyBaby/**/*",
"exclude_files": "MyBaby/MyBaby/*.plist",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"Alamofire": [
]
},
"swift_version": "4.0"
}