blob: f2bca318be1555957517fe174b8968e2c11c504d [file] [log] [blame]
{
"name": "Lekta",
"version": "0.4.3",
"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": {
"Przemysław Kalawski": "przemyslaw.kalawski@lekta.ai",
"Lekta": "konrad.muchowicz@closer.app"
},
"source": {
"git": "https://git.contactis.pl/lekta/lekta-ios-sdk.git",
"tag": "0.4.3"
},
"source_files": "Lekta/**/*.{h,m,swift}",
"resources": "Lekta/Sources/Sounds/*.mp3",
"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}"
}
]
}