[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / d / 1 / 0 / GithubAPI / 0.0.3 / GithubAPI.podspec.json
blobe71dcc47e465bfe0de2acbb15c40bdab77a48eca
2   "name": "GithubAPI",
3   "version": "0.0.3",
4   "summary": "Swift implementation of Github REST api v3",
5   "description": "Swift implementation of Github REST api v3. Library support swift 4.0. Work is in progress. Currently supported: Issues, Notification, Repositories, Search, and User API's.",
6   "homepage": "https://github.com/serhii-londar/GithubAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Serhii Londar": "serhii.londar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/serhii-londar/GithubAPI.git",
16     "tag": "0.0.3"
17   },
18   "social_media_url": "https://twitter.com/serhii_londar",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "GithubAPI/Classes/**/*",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "BaseAPI": [
27     ]
28   },
29   "pushed_with_swift_version": "4.0"