blob: 9e59c7f38ffd6c9f15e9b7cb77e65d3a484c5d2b [file] [log] [blame]
{
"name": "SDPhotoGallerySpec",
"version": "0.0.3",
"summary": "Great Photo gallety that give you upload, show pictures with cool animations",
"description": " A longer description of SDPhotoGallerySpec in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/SeductiveMobile/SDPhotoGallery",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bohdan": "webslesar@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SeductiveMobile/SDPhotoGallery.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.4"
],
"IDMPhotoBrowser": [
],
"SDWebImage": [
"~> 3.6"
],
"JSONModel": [
],
"FXBlurView": [
]
}
}