[Add] CustomerIOTrackingMigration 3.3.1
[CocoaPods.git] / Specs / c / 4 / 9 / AnimatedStackView / 0.0.2 / AnimatedStackView.podspec.json
blob85e3224a84e606b9365346ae1f4b7c8d75bff42b
2   "name": "AnimatedStackView",
3   "version": "0.0.2",
4   "summary": "Transition between UIViews with custom animations",
5   "description": "AnimatedStackView allows you to transition between UIViews using your own custom animations. You can push and pop any views onto the stack and the framework will animate between the them by using the properties you've defined. You can animate between the frame, transform and alpha.",
6   "homepage": "https://github.com/rechsteiner/AnimatedStackView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Martin Rechsteiner",
12   "social_media_url": "http://twitter.com/rechsteiner",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/rechsteiner/AnimatedStackView.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "AnimatedStackView/*.swift",
21   "requires_arc": true,
22   "deprecated_in_favor_of": "Pile"