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