[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 2 / 4 / 1 / GitEngine / 1.0.0 / GitEngine.podspec.json
blobb6993eae93b3f9639591187d249a95c5fa818ff3
2   "name": "GitEngine",
3   "version": "1.0.0",
4   "summary": "Engine for GitHub API",
5   "description": "GitEngine is a lightweight and pure Swift implemented library for GitHub API requests.",
6   "homepage": "https://github.com/akring/OTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "akring": "ddflj3210@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/akring/OTest",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "GitEngine/*.swift",
23     "GitEngine/GitEngine.h",
24     "GitEngine/GitEngine.swift"
25   ],
26   "public_header_files": [
27     "GitEngine/GitEngine.h"
28   ],
29   "requires_arc": true,
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "3.0"
32   },
33   "dependencies": {
34     "ObjectMapper": [
36     ],
37     "p2.OAuth2": [
39     ]
40   },
41   "pushed_with_swift_version": "3.0"