blob: edbbe3e151e478b65b568154a4217a12cea534e6 [file] [log] [blame]
{
"name": "Lekta",
"version": "0.1.2",
"summary": "A brief description of Lekta project.",
"description": "An extended description of Lekta project.",
"homepage": "http://lekta.ai",
"license": {
"type": "Copyright",
"text": " Copyright © 2019 Lekta. All rights reserved.\n"
},
"authors": {
"Lekta": "konrad.muchowicz@closer.app",
"Przemysław Kalawski": "przemyslaw.kalawski@lekta.ai"
},
"source": {
"git": "https://git.contactis.pl/lekta/lekta-ios-sdk.git",
"tag": "0.1.2"
},
"source_files": "Lekta/**/*.{h,m,swift}",
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1"
},
"dependencies": {
"gRPC-ProtoRPC": [
]
},
"swift_version": "4.2",
"subspecs": [
{
"name": "IgnoreARC",
"requires_arc": false,
"source_files": "Lekta/Generated/*.{h,m}"
}
]
}