[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / c / f / RSGithubRepoListing / 0.0.2 / RSGithubRepoListing.podspec.json
blob6746488721f9191b52a4d0b0100e7306e5445f4e
2   "name": "RSGithubRepoListing",
3   "version": "0.0.2",
4   "summary": "To get Github Repos from username.",
5   "description": "This framework helps to list out all Github Repositories associated with given username.",
6   "homepage": "https://github.com/rahuldange1989/RSGithubRepoListing",
7   "license": "MIT",
8   "authors": {
9     "Rahul": "rahul.dange1989@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/rahuldange1989/RSGithubRepoListing.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "RSGithubRepoListing/RSGithubRepoListing/**/*.{h,m}",
19   "public_header_files": "RSGithubRepoListing/RSGithubRepoListing/**/*.h",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "4.0.0"
24     ]
25   }