blob: e54ade0af972f7c110affbf8b6545b04760fecde [file] [log] [blame]
{
"name": "ExhibitionSwift",
"version": "0.1.3",
"summary": "Exhibition is a mutable asynchronous image gallery that makes no assumptions.",
"description": "Exhibition is a mutable asynchronous image gallery that makes no assumptions. Exhibition does not assume what you want to do you with your image gallery but instead extends to you full and easy control mechanisms. Load an image from disk or remote url, add and delete images at will. Customize the UI.",
"homepage": "https://github.com/eligreg/ExhibitionSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eli Gregory": "eligreg@gmail.com"
},
"source": {
"git": "https://github.com/eligreg/ExhibitionSwift.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ExhibitionSwift/Classes/**/*",
"resource_bundles": {
"ExhibitionSwift": [
"ExhibitionSwift/Assets/*.xcassets"
]
},
"pushed_with_swift_version": "3.0"
}