blob: 3a34aa5d8553c08ad4a73d092197ff79d03a606a [file] [log] [blame]
{
"name": "CommonKitPhotos",
"version": "1.0.1",
"license": {
"type": "Free",
"text": "Free"
},
"summary": "A Swift framework extending CommonKit with photo and camera features",
"description": "This framework requires CommonKit framework - code from this framework was\noriginally included in CommonKit, but I decided to make it a separate\nrepository because use of CommonKit would require privacy settings for\ncamera and photo library, even though application wouldn't use these\nfeatures at all.",
"homepage": "https://github.com/oskarirauta/CommonKitPhotos",
"authors": {
"Oskari Rauta": "oskari.rauta@gmail.com"
},
"source": {
"git": "https://github.com/oskarirauta/CommonKitPhotos.git",
"tag": "1.0.1"
},
"screenshots": [
"https://raw.githubusercontent.com/oskarirauta/CommonKitPhotos/master/Screenshots/PhotoPicker.png"
],
"dependencies": {
"CommonKit": [
"~> 2.0.0"
]
},
"swift_versions": "5.0",
"platforms": {
"ios": "13.2"
},
"source_files": [
"CommonKitPhotos/PhotoPicker/Datasource/*.swift",
"CommonKitPhotos/PhotoPicker/Cells/*.swift",
"CommonKitPhotos/PhotoPicker/Classes/*.swift",
"CommonKitPhotos/PhotoPicker/Views/*.swift",
"CommonKitPhotos/Classes/*.swift",
"CommonKitPhotos/Extensions/*.swift",
"CommonKitPhotos/PhotoPreview/*.swift"
],
"resources": [
"CommonKitPhotos/PhotoPicker/Resources/UIPhotoPicker.xcassets"
],
"swift_version": "5.0"
}