blob: 3bdb548c1e83d867b4bcc6bf81f5a724716c2061 [file] [log] [blame]
{
"name": "SPhotoBookKit",
"version": "1.0.0",
"summary": "A simple library for show your photos.",
"description": "A simple library for show your photos as a photo book.",
"homepage": "https://github.com/Cyrex/SPhotoBookKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cyrex": "szwathub@gmail.com"
},
"source": {
"git": "https://github.com/Cyrex/SPhotoBookKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "SPhotoBookKit/**/*.h",
"source_files": "SPhotoBookKit/**/*.{h,m}",
"resources": "SPhotoBookKit/SPhotoBookKit.xcassets",
"dependencies": {
"Masonry": [
]
}
}