[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 5 / 3 / EasyTransitions / 0.5.4 / EasyTransitions.podspec.json
blob0950b7a62b232e8115163cd7e98b2328156899f5
2   "name": "EasyTransitions",
3   "version": "0.5.4",
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.5.4"
17   },
18   "social_media_url": "https://twitter.com/marcosgriselli",
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "source_files": "EasyTransitions/Classes/**/*",
24   "swift_version": "4.0"