blob: b6993eae93b3f9639591187d249a95c5fa818ff3 [file] [log] [blame]
{
"name": "GitEngine",
"version": "1.0.0",
"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.0"
},
"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"
}