blob: e06861541861dd27d3c51cf9c9d5d7be97bea75a [file] [log] [blame]
{
"name": "PSPhotos",
"version": "0.1.0",
"summary": "PSPhotos makes it easier to use Photos.framework to read and store images or videos.",
"homepage": "https://github.com/zisulu/PSPhotos",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zisu": "zisulwl@163.com"
},
"source": {
"git": "https://github.com/zisulu/PSPhotos.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PSPhotos/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"Photos",
"CoreServices"
]
}