[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / e / 4 / PhotoZoom / 0.0.1 / PhotoZoom.podspec.json
blob6e5935e4fdb16debf9c784d16572e9552656d36a
2   "name": "PhotoZoom",
3   "version": "0.0.1",
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.1"
18   },
19   "source_files": "Classes/**/*.{h,m}",
20   "requires_arc": true