[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 0 / a / Hero / 1.5.0 / Hero.podspec.json
blob49799c3504ee5a656e36f71614bfe32a018741aa
2   "name": "Hero",
3   "version": "1.5.0",
4   "summary": "Elegant transition library for iOS",
5   "description": "Hero is a library for building iOS view controller transitions. \nIt provides a declarative layer on top of the UIKit's cumbersome transition APIs. \nMaking custom transitions an easy task for developers.",
6   "homepage": "https://github.com/HeroTransitions/Hero",
7   "screenshots": [
8     "https://git.io/JeRkv",
9     "https://git.io/JeRke",
10     "https://git.io/JeRkf",
11     "https://git.io/JeRkJ"
12   ],
13   "documentation_url": "https://herotransitions.github.io/Hero/",
14   "license": {
15     "type": "MIT"
16   },
17   "authors": {
18     "Luke": "lzhaoyilun@gmail.com",
19     "Joe Mattiello": "git@joemattiello.com"
20   },
21   "source": {
22     "git": "https://github.com/HeroTransitions/Hero.git",
23     "tag": "1.5.0"
24   },
25   "cocoapods_version": ">= 1.4.0",
26   "platforms": {
27     "ios": "8.0",
28     "tvos": "9.0"
29   },
30   "ios": {
31     "frameworks": [
32       "UIKit",
33       "Foundation",
34       "QuartzCore",
35       "CoreGraphics",
36       "CoreMedia"
37     ]
38   },
39   "tvos": {
40     "frameworks": [
41       "UIKit",
42       "Foundation",
43       "QuartzCore",
44       "CoreGraphics",
45       "CoreMedia"
46     ]
47   },
48   "swift_versions": "4.2",
49   "requires_arc": true,
50   "source_files": "Sources/**/*.swift",
51   "swift_version": "4.2"