GBA002/Pods/Local Podspecs/Harmony.podspec.json
2023-11-16 17:20:27 -06:00

53 lines
1.2 KiB
JSON

{
"name": "Harmony",
"version": "0.1",
"summary": "iOS Syncing Framework",
"description": "iOS framework that automatically syncs Core Data databases across different backends.",
"homepage": "https://github.com/rileytestut/Harmony",
"platforms": {
"ios": "14.0"
},
"source": {
"git": "https://github.com/rileytestut/Harmony.git"
},
"authors": {
"Riley Testut": "riley@rileytestut.com"
},
"social_media_url": "https://twitter.com/rileytestut",
"source_files": "Harmony/**/*.{h,m,swift}",
"public_header_files": "Harmony/Harmony.h",
"header_mappings_dir": "",
"resources": [
"Harmony/**/*.xcdatamodeld",
"Harmony/**/*.xcmappingmodel"
],
"dependencies": {
"Roxas": [
]
},
"subspecs": [
{
"name": "Harmony-Dropbox",
"source_files": "Backends/Dropbox/Harmony-Dropbox/**/*.swift",
"dependencies": {
"SwiftyDropbox": [
"~> 5.0.0"
]
}
},
{
"name": "Harmony-Drive",
"source_files": "Backends/Drive/Harmony-Drive/**/*.swift",
"dependencies": {
"GoogleAPIClientForREST/Drive": [
"~> 1.3.0"
],
"GoogleSignIn": [
"~> 5.0"
]
}
}
]
}