blob: 4d78e1d49c9e2705ae0ce55e9941696eb54a604c [file] [log] [blame]
{
"name": "PhotosKit",
"version": "0.3.0",
"summary": "Collection of methods to work with Photos Framework in Swift.",
"swift_version": "3.3",
"description": "Simplest way to interact with the Photos.app.\n Create albums, save images in one line of code.\n Asynchronous, closure based, written in latest Swift.\n\n Constantly updated, support for other asset types will come soon.\n \nForked from: https://github.com/DroidsOnRoids/PhotosHelper",
"homepage": "https://github.com/BrunoMiguens/PhotosKit",
"license": "MIT",
"authors": {
"Bruno Filipe MiguĂȘns": "brunomiguens@icloud.com"
},
"source": {
"git": "https://github.com/BrunoMiguens/PhotosKit.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Source/*.swift",
"frameworks": "Photos"
}