blob: a17f1df1e4d0b51db934a945e5d7d471a3f13cdc [file] [log] [blame]
{
"name": "STPhotoCollection",
"version": "0.1.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Photo collection for Streetography",
"homepage": "https://streetography.com",
"social_media_url": "https://streetography.com",
"authors": {
"Streetography": "info@streetography.com"
},
"source": {
"git": "https://github.com/mikelanza/st-photo-collection-ios.git",
"tag": "0.1.3"
},
"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": {
"STPhotoCollection": [
"Sources/**/*.{lproj,xcassets}"
]
},
"frameworks": "Foundation",
"dependencies": {
"STPhotoCore": [
"~> 0.1.4"
]
}
}
]
}