blob: abe943de6496b32f020655a8dcd51181c3be1923 [file] [log] [blame]
{
"name": "SHGalleryView",
"version": "0.1.6",
"summary": "An iOS Gallery View for Images and Videos",
"description": "This is a Page View Controllers based Gallery for Images and Videos which you can use to showcase your media items. Images support zoom/pinch and you can play videos in the same flow.",
"homepage": "https://github.com/grevolution/SHGalleryView",
"license": {
"type": "MIT"
},
"authors": {
"Shan Ul Haq": "g@grevolution.me"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/grevolution/SHGalleryView.git",
"tag": "0.1.6"
},
"source_files": "SHGalleryView/SHGalleryView/*.{h,m}",
"resources": "SHGalleryView/SHGalleryView/*.{xib}",
"frameworks": "MediaPlayer",
"requires_arc": true,
"dependencies": {
"AFNetworking/UIKit": [
"~>2.2"
]
}
}