blob: 6de7dae3302d02b77107eb718e7b824e23f3ab00 [file] [log] [blame]
{
"name": "GithubApiClient",
"version": "1.0.0",
"summary": "A short description of GithubApiClient.",
"license": "MIT",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MohamedMatloub/GithubApiClient",
"authors": {
"MohamedMatloub": "Mohamed.a.matloub@gmail.com"
},
"source": {
"git": "https://github.com/MohamedMatloub/GithubApiClient.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "GithubApiClient/**/*.{h,m}",
"subspecs": [
{
"name": "Networking",
"dependencies": {
"AFNetworking": [
"~> 4.0"
]
}
}
]
}