blob: 9cb4b46771c7029cd379dc191385f22f7add02ed [file] [log] [blame]
{
"name": "KZ_PhotoAlbum",
"version": "0.1",
"summary": "iOS Photo Album.",
"homepage": "https://github.com/KieronZhang/KZ_PhotoAlbum",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang.": "https://github.com/KieronZhang"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_PhotoAlbum.git",
"tag": "0.1",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"resources": "KZ_PhotoAlbum/KZ_PhotoAlbumBundle.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"vendored_frameworks": "KZ_PhotoAlbum/KZ_PhotoAlbumFramework.framework",
"requires_arc": true,
"dependencies": {
"KZ_VideoPlayer": [
],
"KZ_Categories": [
],
"KZ_MacroDefinition": [
],
"KZ_ReuseScrollView": [
],
"MBProgressHUD": [
]
}
}