blob: 780767858dd32eada3634f3e07ce3eb435cc36db [file] [log] [blame]
{
"name": "PYPhotosView",
"version": "0.1.1",
"summary": "Framework with a simple method of rendering images.",
"homepage": "https://github.com/iphone5solo/PYPhotosView",
"license": "MIT",
"authors": {
"CoderKo1o": "499491531@qq.com"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"SDWebImage": [
"~> 3.8.1"
],
"MBProgressHUD": [
"~>0.9.2"
]
},
"source": {
"git": "https://github.com/iphone5solo/PYPhotosView.git",
"tag": "0.1.1"
},
"source_files": "PYPhotosView/**/*.{h,m}",
"resources": "PYPhotosView/PYPhotosView.bundle",
"requires_arc": true,
"frameworks": "UIKit"
}