[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / c / e / SUImageComparisonView / 0.0.1 / SUImageComparisonView.podspec.json
blob08b85aac1adcc12e87705b598a94cd2ed946032c
2   "name": "SUImageComparisonView",
3   "version": "0.0.1",
4   "summary": "An iOS View that let you swipe to reveal portions of two images like http://imgur.com/eyxNQM9",
5   "description": "An iOS View that let you swipe to reveal portions of two images like http://imgur.com/eyxNQM9 \n  Features\n    Support 2 UIImages\n    The view contentMode property will be applied to the internal UIImageViews.\n    Configurable initial slider position. Snappable left and right slider position (In case you want to slightly reveal the other image). \n    Configurable left and right image tint.",
6   "homepage": "https://github.com/5un/SUImageComparisonView",
7   "screenshots": "http://i.imgur.com/eyxNQM9.gif?1",
8   "license": "MIT",
9   "authors": {
10     "Soravis Prakkamakul": "asunnotthesun@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/5un/SUImageComparisonView.git",
14     "tag": "0.0.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "SUImageComparisonView": [
23       "Pod/Assets/*.png"
24     ]
25   }