[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / c / 5 / GTMultiImageView / 0.0.2 / GTMultiImageView.podspec.json
blob274a7d311557c25255a0785ea15af8a60a941819
2   "name": "GTMultiImageView",
3   "version": "0.0.2",
4   "summary": "A simple image views like Twittter",
5   "description": "It provides a split ImageView like Twitter.\n\nEasy to use.\nStep 1. Place the UIView in your UIViewController.\nStep 2. Change the UIView Class to GTMultiImageView.\nStep 3. Place the array of UIImage in GTMultiImageView's images property in the code.",
6   "homepage": "https://github.com/sera4am/GTMultiImageView",
7   "license": {
8     "type": "MIT",
9     "file": "LISENCE"
10   },
11   "authors": {
12     "sera4am": "sera@4am.jp"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/sera4am/GTMultiImageView.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "GTCamera",
23     "GTMultiImageView/Classes/*.{swift}"
24   ],
25   "requires_arc": true,
26   "swift_versions": "5.0",
27   "swift_version": "5.0"