blob: 891b11cbcd6a85f8bdb01257cc62d101f8e87a8f [file] [log] [blame]
{
"name": "NearbyPhotos",
"version": "0.1.0",
"summary": "An interface for acquiring the current location and viewing nearby Flickr photos.",
"homepage": "https://github.com/fragginaj/NearbyPhotos",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AJ Fragoso": "fragginaj@gmail.com"
},
"source": {
"git": "https://github.com/fragginaj/NearbyPhotos.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/fragginaj",
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*",
"resources": "Source/Resources/Assets/*.{png,json}",
"dependencies": {
"Alamofire": [
"~> 4.6"
],
"AlamofireImage": [
"~> 3.3"
],
"SnapKit": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}