blob: 35809490ad79b4be4bb68d3dc76fc1233100c7f2 [file] [log] [blame]
{
"name": "INSPhotoGallery",
"version": "1.0.2",
"license": "Apache License, Version 2.0",
"summary": "INSPhotoGallery is a modern looking photo gallery written in Swift for iOS.",
"homepage": "https://github.com/inspace-io/INSPhotoGallery",
"authors": "MichaƂ Zaborowski",
"source": {
"git": "https://github.com/inspace-io/INSPhotoGallery.git",
"tag": "1.0.2"
},
"requires_arc": true,
"ios": {
"resource_bundles": {
"INSPhotoGallery": [
"INSPhotoGallery/INSPhotoGallery.bundle/*"
]
}
},
"source_files": "INSPhotoGallery/**/*.{h,m,swift}",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
]
}