[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 6 / 2 / Parallax / 0.0.3 / Parallax.podspec.json
blob11dccf1be14f70d2b5c14c76a526a1fb2d7bdf04
2   "name": "Parallax",
3   "version": "0.0.3",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "iOS library that reproduces the parallax effect of the iOS7 home screen.",
9   "homepage": "https://github.com/acoomans/Parallax",
10   "screenshots": "https://raw.github.com/acoomans/Parallax/master/ParallaxDemo/parallax.gif",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "5.0"
14   },
15   "authors": {
16     "Arnaud Coomans": "arnaud.coomans@gmail.com"
17   },
18   "frameworks": [
19     "CoreMotion",
20     "QuartzCore"
21   ],
22   "source_files": "Parallax/*.{h,m}",
23   "source": {
24     "git": "https://github.com/acoomans/Parallax.git",
25     "tag": "0.0.3"
26   }