blob: 4065a6ab0064a927f43b611425c57de3539dca43 [file] [log] [blame]
{
"name": "PhotosHelper",
"version": "0.1.0",
"summary": "Collection of methods to work with Photos Framework in Swift.",
"description": "Simplest way to interact with the Photos.app.\nCreate albums, save images in one line of code.\nAsynchronous, closure based, written in Swift 2.\n\nConstantly updated, support for other asset types will come soon.",
"homepage": "https://github.com/DroidsOnRoids/PhotosHelper",
"license": "MIT",
"authors": {
"Andrzej Filipowicz": "afilipowicz.4@gmail.com"
},
"source": {
"git": "https://github.com/DroidsOnRoids/PhotosHelper.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/NJFilipowicz",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PhotosHelper.swift",
"frameworks": "Photos"
}