blob: 08f04b3f4af37f5c201a3f591e52c95c6d855d17 [file] [log] [blame]
{
"name": "PSPhotos",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PSPhotos/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"Photos",
"CoreServices"
]
}