blob: c63deef549006ac7da0161dcbbf7851b4c6555f2 [file] [log] [blame]
{
"name": "STPhotoCore",
"version": "0.1.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Common code for STPhotoMap, STPhotoDetails, STPhotoCollection frameworks for iOS",
"homepage": "https://streetography.com",
"social_media_url": "https://streetography.com",
"authors": {
"Streetography": "info@streetography.com"
},
"source": {
"git": "https://github.com/mikelanza/st-photo-core-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",
"ios": {
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
]
}
}
]
}