[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 5 / 0 / GithubApiClient / 1.0.0 / GithubApiClient.podspec.json
blob6de7dae3302d02b77107eb718e7b824e23f3ab00
2   "name": "GithubApiClient",
3   "version": "1.0.0",
4   "summary": "A short description of GithubApiClient.",
5   "license": "MIT",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/MohamedMatloub/GithubApiClient",
8   "authors": {
9     "MohamedMatloub": "Mohamed.a.matloub@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/MohamedMatloub/GithubApiClient.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source_files": "GithubApiClient/**/*.{h,m}",
19   "subspecs": [
20     {
21       "name": "Networking",
22       "dependencies": {
23         "AFNetworking": [
24           "~> 4.0"
25         ]
26       }
27     }
28   ]