[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / a / Hero / 1.0.1 / Hero.podspec.json
blobc9fb78c286a8bb64d37ad9ab5055c45bd317489f
2   "name": "Hero",
3   "version": "1.0.1",
4   "summary": "Elegant transition library for iOS",
5   "description": "Hero is a library for building iOS view controller transitions. It provides a declarative layer on top of the UIKit's cumbersome transition APIs. Making custom transitions an easy task for developers.",
6   "homepage": "https://github.com/lkzhao/Hero",
7   "screenshots": "https://github.com/lkzhao/Hero/blob/master/Resources/Hero.png?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Luke": "lzhaoyilun@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/lkzhao/Hero.git",
14     "tag": "1.0.1"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0"
19   },
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "Foundation"
24     ]
25   },
26   "requires_arc": true,
27   "source_files": "Sources/**/*.swift",
28   "pushed_with_swift_version": "4.0"