[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 5 / 3 / EasyTransitions / 0.6.0 / EasyTransitions.podspec.json
blob29abbb2c540eaa9c0d4898e1ff346725563bf8c4
2   "name": "EasyTransitions",
3   "version": "0.6.0",
4   "summary": "Create beautiful transitions for your app with a predifined set of interactions.",
5   "description": "Creating transitions with a great user experience on iOS require a lot of work. Many protocols to implement, many animations to create and it usually ends up in a code mess which cannot be used in another transition or app. EasyTransitions library attempts to provide a few basic transitions in a simple way to implement and to extend so you can add incredible transitions with a few lines of code.",
6   "homepage": "https://github.com/marcosgriselli/EasyTransitions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "marcosgriselli": "marcosgriselli@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/marcosgriselli/EasyTransitions.git",
16     "tag": "0.6.0"
17   },
18   "social_media_url": "https://twitter.com/marcosgriselli",
19   "swift_versions": "4.2",
20   "platforms": {
21     "ios": "10.0",
22     "tvos": "10.0"
23   },
24   "source_files": "EasyTransitions/Classes/**/*",
25   "swift_version": "4.2"