You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempt to extract podspec to json and feed it in shell pod ipc spec /Users/johndpope/Documents/gitWorkspace/MinimalBazelFrameworkDemo/Vendor/AnyCodable/AnyCodable-0.6.5/AnyCodable-FlightSchool.podspec > test.json
no joy
test.json
{
"name": "AnyCodable-FlightSchool",
"module_name": "AnyCodable",
"version": "0.6.5",
"summary": "Type-erased wrappers for Encodable, Decodable, and Codable values.",
"description": "This functionality is discussed in Chapter 3 of Flight School Guide to Swift Codable.",
"homepage": "https://flight.school/books/codable/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattt": "[email protected]"
},
"social_media_url": "https://twitter.com/mattt",
"frameworks": "Foundation",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Flight-School/AnyCodable.git",
"tag": "0.6.5"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.1",
"swift_version": "5.1"
}
I try this
https://github.com/wweevv-johndpope/MinimalBazelFrameworkDemo
Podfile
pod install
project 'MinimalBazelFrameworkDemo.xcodeproj'
target 'MinimalBazelFrameworkDemo' do
pod "AnyCodable"
end
Pods.WORKSPACE
fails
this isn't json extension - how do I get it to transform?
I attempt to extract podspec to json and feed it in
shell pod ipc spec /Users/johndpope/Documents/gitWorkspace/MinimalBazelFrameworkDemo/Vendor/AnyCodable/AnyCodable-0.6.5/AnyCodable-FlightSchool.podspec > test.json
no joy
test.json
I fork repo - rename the podspec file
create a release
-publish
then specify this repo
I can see the files correctly checkout
why????
I put the podspec in the root of repo - doesn't help - same error.
I also altered the podspec contents to make sure the source is pointing to new repo - still not working...
https://github.com/johndpope/AnyCodable/blob/master/AnyCodable.podspec#L26
fyi
The text was updated successfully, but these errors were encountered: