[Add] ijkmedia-framework 1.0.0
[CocoaPods.git] / Specs / 6 / e / 4 / PhotoZoom / 0.0.2 / PhotoZoom.podspec.json
blob04fa58d8f821e86e79ea02ad93f16e82f7958b3b
2   "name": "PhotoZoom",
3   "version": "0.0.2",
4   "summary": "Photo viewing view which allows for tapping and zooming like Apple's iPhoto.",
5   "description": "Implementing your own photo viewer is hard. This makes it easier. Simply drop PZPhotoView into any place that\nyou want to allow an image to be pinched and zoomed. The sample project shows how to do it with a paging collection view.\n",
6   "homepage": "https://github.com/brennanMKE/PhotoZoom",
7   "license": "MIT",
8   "authors": {
9     "Brennan Stehling": "brennan@smallsharptools.com"
10   },
11   "social_media_url": "http://twitter.com/smallsharptools",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/brennanMKE/PhotoZoom.git",
17     "tag": "0.0.2"
18   },
19   "source_files": "Classes/**/*.{h,m}",
20   "requires_arc": true