blob: dffa241747b419ee92f8a660e90750987b75d90a [file] [log] [blame]
{
"name": "AdFramework",
"version": "0.0.3",
"summary": "AdFramework help connects user to github for public data tasks",
"description": "AdFramework depends on AFNetworking to fetch public data about user and their repositories from github",
"homepage": "https://github.com/waleedmahmood/AdFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"waleed.mahmood41@gmail.com": "waleed.mahmood41@gmail.com"
},
"source": {
"git": "https://github.com/waleedmahmood/AdFramework.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "12.0"
},
"source_files": "AdAptrFramework/**/*",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 4.0"
]
}
}