blob: 2fd435040e7efad9d3ceeb880c39e6f2c15880dc [file] [log] [blame]
{
"name": "GitEngine",
"version": "1.0.1",
"summary": "Engine for GitHub API",
"description": "GitEngine is a lightweight and pure Swift implemented library for GitHub API requests.",
"homepage": "https://github.com/akring/OTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"akring": "ddflj3210@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/akring/OTest",
"tag": "1.0.1"
},
"source_files": [
"GitEngine/*.swift",
"GitEngine/GitEngine.h",
"GitEngine/GitEngine.swift"
],
"public_header_files": [
"GitEngine/GitEngine.h"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"ObjectMapper": [
],
"p2.OAuth2": [
]
},
"pushed_with_swift_version": "3.0"
}