blob: a3af62d4867cc16d87df5b36327f8ecc2dfb0e07 [file] [log] [blame]
{
"name": "STPhotoMap",
"version": "0.1.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A map that displays photos",
"homepage": "https://streetography.com",
"social_media_url": "https://streetography.com",
"authors": {
"Streetography": "mike@lanza.net"
},
"source": {
"git": "https://github.com/mikelanza/st-photo-map-ios.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"swift_versions": [
"5.0"
],
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"STPhotoMap": [
"Sources/**/*.{lproj,xcassets}"
]
},
"dependencies": {
"Kingfisher": [
"~> 5.0"
],
"STPhotoCore": [
"~> 0.1.4"
],
"STPhotoDetails": [
"~> 0.1.0"
],
"STPhotoCollection": [
"~> 0.1.2"
]
},
"frameworks": "Foundation"
}
]
}