[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / c / 0 / kotlin_library / 0.1.3 / kotlin_library.podspec.json
blob3caef120201dd4b8f4f3a7986741fc19ea3f5817
2   "name": "kotlin_library",
3   "version": "0.1.3",
4   "homepage": "https://github.com/SpiderSwift/kotlin-library",
5   "authors": {
6     "Artyom Pishchalov": "artem.pishchalov@gmail.com"
7   },
8   "source": {
9     "git": "https://github.com/SpiderSwift/kotlin-library.git",
10     "tag": "0.1.3"
11   },
12   "license": {
13     "type": "Apache-2.0 License",
14     "file": "LICENSE"
15   },
16   "summary": "Test library compiled with Kotlin",
17   "vendored_frameworks": "build/bin/iosX64/releaseFramework/kotlin_library.framework",
18   "libraries": "c++",
19   "module_name": "kotlin_library_umbrella",
20   "platforms": {
21     "ios": "13.5"
22   },
23   "pod_target_xcconfig": {
24     "PRODUCT_MODULE_NAME": "kotlin_library"
25   },
26   "prepare_command": "set -ev\n./gradlew --no-daemon linkReleaseFrameworkIosX64"