Questions tagged [subspec]
6 questions
5
votes
0 answers
Podspec with sources in subspecs does not get compiled
I am putting together a private podspec to build Lua specifically in version 5.1.5 and with a number of additions to Lua.
The following podspec should correspond to our "manually put together"-code and provide Lua with openssl, socket and zlib…

CodeReaper
- 5,988
- 3
- 35
- 56
2
votes
1 answer
Problem building ios framework with subspec for cocoapods
This is my SDK's podspec:
#
# Be sure to run `pod spec lint Core.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see…

Rubén López García
- 111
- 1
- 5
1
vote
1 answer
Why does cocoapods 0.36.0 have pod classes each folder?
I upgrade cocoapods 0.36 version and pod install. The result was the below picture:
image http://i3.tietuku.com/8bae565e19ed8cc6.jpg
Subfolder more pod classes folder. This is cocopods' latest update?

seasunk
- 31
- 6
0
votes
0 answers
Creating subspec in podspec using kmm
couldn't create subspecs in ios podspec in kmm
I am trying to create a subspec in podspec using kmm.
this is my build.gradle. this generates podspec mentioned below
cocoapods {
summary = "Library"
homepage = ""
authors = ""
…

VIKRAM
- 1
0
votes
1 answer
How to use code from optional subspec in core subspec
Does anyone know of a way to use code from an optional subspec in the core subspec of a pod?
Example:
optional subspec contains the protocol: SometimesAvailableProtocol
in the core I want to define a variable of that type if it exists, something…

Daniel
- 20,420
- 10
- 92
- 149
0
votes
1 answer
cocoa podspec subspec swift compatibility header file not found
Pod lib could not find mymodule-swift.h header.
One of my objc.m file imports following code.
#import
Xcode build is success. Everything is ok.
But when I'm trying to distribute with pod, following error printed.
pod…

muyoungko
- 73
- 2
- 8