blob: 5b0f84115cd2426510a07821b13b48f1835ed99c [file] [log] [blame]
{
"name": "SwiftPic",
"version": "0.3.4",
"summary": "Image viewer/gallery built in Swift",
"description": "An Image viewer and gallery built in swift, inspired by the iOS Photos app.",
"homepage": "https://github.com/k2minc/SwiftPic.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"abrown252@gmail.com": "abrown252@gmail.com"
},
"source": {
"git": "https://github.com/k2minc/SwiftPic.git",
"tag": "0.3.4"
},
"social_media_url": "https://twitter.com/alex_brown23",
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftPic/Classes/**/*",
"resources": "SwiftPic/Assets/*.xcassets",
"frameworks": "UIKit",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/*.swift",
"dependencies": {
"Quick": [
],
"Nimble": [
]
}
}
]
}