blob: 772700e9fc1969c795fe61192895ddb2db8addb6 [file] [log] [blame]
{
"name": "PSPhotos",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Photos",
"subspecs": [
{
"name": "Photos",
"source_files": [
"PSPhotos/Photos/*.{h,m}",
"PSPhotos/PSDefines.h"
],
"dependencies": {
"PSPhotos/AVMedia": [
]
},
"frameworks": [
"Photos",
"CoreServices"
]
},
{
"name": "AVMedia",
"source_files": [
"PSPhotos/AVMedia/*.{h,m}",
"PSPhotos/PSDefines.h"
],
"frameworks": [
"AVFoundation",
"MediaPlayer"
]
}
]
}