[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 8 / 2 / 3 / PinchableImageView / 0.1.0 / PinchableImageView.podspec.json
blobcdc8204193d54e8544f18e90513b7dfc3331fcbf
2   "name": "PinchableImageView",
3   "version": "0.1.0",
4   "summary": "You can pinch an imageView.",
5   "description": "You can rotate and scale this imageView by pinching.",
6   "homepage": "https://github.com/malt03/PinchableImageView",
7   "license": "MIT",
8   "authors": {
9     "Koji Murata": "malt.koji@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/malt03/PinchableImageView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PinchableImageView": [
22       "Pod/Assets/*.png"
23     ]
24   }