blob: 8c5c094ab79083b730b5c0e6f2b464d930d00a76 [file] [log] [blame]
{
"name": "LEPhotoCollectionView_GIF",
"version": "0.2",
"summary": "CollectionView and cell for viewing images like Photo app",
"description": "A composite lib for viewing images.\nIt have an CollectionView and cells, which should be used like any other\ncollectionViews, which providing flexibilty.",
"homepage": "https://github.com/leavez/LEPhotoCollectionView",
"license": "MIT",
"authors": "Leave",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/leavez/LEPhotoCollectionView.git",
"tag": "0.2"
},
"source_files": "source/*.{h,m}",
"dependencies": {
"FLAnimatedImage": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LEPhotoCollectionView_GIF_SUPPORT=1"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) LEPhotoCollectionView_GIF_SUPPORT=1"
}
}