[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 3 / 9 / MPParallaxView / 0.1.0 / MPParallaxView.podspec.json
blobc17482b276be079444f9820b720208db83988927
2   "name": "MPParallaxView",
3   "version": "0.1.0",
4   "summary": "Apple TV Parallax effect in Swift.",
5   "description": "Show UIView with parallax effect from new Apple TV.",
6   "homepage": "https://github.com/DroidsOnRoids/MPParallaxView",
7   "license": "MIT",
8   "authors": {
9     "Michal Pyrka": "michal.pyrka@droidsonroids.pl"
10   },
11   "source": {
12     "git": "https://github.com/DroidsOnRoids/MPParallaxView.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/mike_p3",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MPParallaxView": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"