blob: 50709b8a0f7dd1d42780afca2cef65639d5ffcc3 [file] [log] [blame]
{
"name": "GithubApiClient",
"version": "1.0.1",
"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": {
"http": "https://raw.githubusercontent.com/MohamedMatloub/GithubApiClient/master/GithubApiClient.framework.zip"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "GithubApiClient.framework"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"ios": {
"vendored_frameworks": "GithubApiClient.framework"
}
},
{
"name": "Networking",
"dependencies": {
"AFNetworking": [
"~> 4.0"
]
}
}
]
}