[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / b / 5 / 3 / EasyTransitions / 0.2.1 / EasyTransitions.podspec.json
blobde2383b78e957affc17b748e66502985ecf44ecd
2   "name": "EasyTransitions",
3   "version": "0.2.1",
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.2.1"
17   },
18   "social_media_url": "https://twitter.com/marcosgriselli",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "EasyTransitions/Classes/**/*",
23   "swift_version": "4.0"